java - JNLP/Webstart - Setting environment variables -


Is there a way to set an environment variable through the jnlp file? I want to set JAVA_TOOL_OPTIONS to do some altitudes with ASTJ.

Thanks

In the resource section of JNLP, Can add property nodes to. These are then equal to -D option on the command line.

  & lt; Resources & gt; & Lt; J2se ... & lt; Property name = "env0" value = "value 0" />  & lt; property name = "jar href =" ... & lt; property name = "env0" Env2 "value =" value2 "/> gt;   

Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -