Environment variables

Use the Environment tab in the Launch Configurations window or in the iSeries Java Transform and Run view to configure environment variables. A special one, CLASSPATH, is used by the Java Virtual Machine to locate Java class files.
  • To open the iSeries Java Transform and Run view, in the main menu, select Window > Show View > Other. Expand iSeries and select iSeries Java Transform and Run.
  • To open the Launch Configurations window, from the Java perspective, click the down arrow next to the run icon on the workbench menu bar and click Run. Click Java application in iSeries server. Click New.
Field Description
Variable The name of the environment variable. Maximum length is 128 bytes.
Value The value of the environment variable used by the Java program. The CLASSPATH value, if any, is appended to the text specified in the Classpath field in the Run remotely page. The maximum length is 1024 bytes. Possible values are *NULL, ' ' for null character.
Related tasks
Running Java programs remotely