| Author |
jnlp exectue with -D option
|
Clarke Kent
Greenhorn
Joined: Dec 19, 2005
Posts: 14
|
|
How do I specify the jnlp or jar to execute with a -D option? Im deploying an application from a hosted jnlp on a server. Now when the application starts, it accesses an environment variable set on the client. Now, to access those environment variables, the applications needs to be executed with a -D option, regards, Clarke
|
 |
Vlado Zajac
Ranch Hand
Joined: Aug 03, 2004
Posts: 244
|
|
Propetries can be set in jnpl file: (does the same as -Denv=value for standalone appliactions)
|
 |
 |
|
|
subject: jnlp exectue with -D option
|
|
|