Setting system properties in Java Web Start
This is a .jnlp snippet for setting a system property;here we set the timezone:
<resources>
<j2se version="1.5+"/>
<jar href="dist/hooves-prey.jar"/>
<property name="user.timezone" value="UTC"/>
</resources>
The property *does* get set, but j2see 1.4.2 ignores it. It works fine with Java 5 though.

0 comments:
Post a Comment