Sunday, March 20, 2011

Java Application Launcher's Options

-Dproperty=value
Set a system property value. If value is a string that contains spaces, you must enclose the string in double quotes:
java -Dfoo="some string" SomeClass

For options start with X, they are non-standard options.

http://download.oracle.com/javase/1.5.0/docs/tooldocs/windows/java.html

No comments:

Post a Comment