SystemDefault.properties file

The SystemDefault.properties file is a standard Java™ properties file that enables you to specify default properties of your Java environment.

The SystemDefault.properties file that resides in your home directory takes priority over the SystemDefault.properties file that resides in the /QIBM/UserData/Java400 directory.

Properties that you set in the /YourUserHome/SystemDefault.properties file affect only the following specific Java virtual machines:

Example: SystemDefault.properties file

The following example sets several Java properties:

     #Comments start with pound sign
     #Use J2SDK 1.4
     java.version=1.4
     #This sets a special property
     myown.propname=6

For more information about system properties, see the following pages:

Java system properties

List of Java system properties