Posted: Mon Nov 03, 2008 9:16 am Post subject: Setting Java System Properties (java -D xxx) in WMB 6.0
Novice
Joined: 28 Jun 2005 Posts: 13 Location: Dublin
Does anyone know how/if I can specify System Property definitions for the WMB 6.0 JVM?
I am talking about the System Properties specified with -D option on the java command.
The idea is that if I can specify these System Properties then I can read the from ESQL via an external java function. In this way I can parameterise my application per environment.
Just use User Defined Properties on your Bar File instead.
You can read those just fine from Java.
And you can also read them from ESQL, which you won't be able to do with -D properties unless you write a Java routine that you can call (and even then it's a bad idea).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum