Set default value for java property (system wide)Tag(s): Environment
If you find yourself using the same options over and over on your java.exe command line,
you can set up a special environment variable, called _JAVA_OPTIONS, to contain your default options.
e.g. In Windows:
set _JAVA_OPTIONS=-Xms64m -Xmx128m -Dawt.useSystemAAFontSettings=lcd