且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我如何为JNLP应用程序设置我的Java系统外观?

更新时间:2023-11-30 11:02:28

Java Web Start allows certain JVM flags to be set with the java-vm-args attribute of the j2se element but you may use

<property name="key" value="overwritten"/>  

and set properties. it will be available through the System.getProperty and System.setProperties methods

http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/syntax.html#resources