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 -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -