D.2 Load Java Class

For NetWare® only.

Filename: This must be the exact class name as listed in the JAR file’s source code. For example, cpkmidtier.CPKMidTierConfigure is used by the JAR file listed in the example shown below in the JVM Parameters field.

The .class extension is not necessary.

Parameters: Include any command line parameters required by the Java application being run, such as the Windows variable %computername%.

JVM parameters: Include any parameters for the java command. For example, the following parameters are the same as used with the java command on a Windows command prompt:

-cp -DSystemRoot=%SystemRoot% -DSystemDrive=%SystemDrive% -Djava.library.path=C:\onenet C:\onenet\CPKMidTierConfigure.jar

In this example, %systemdrive% is a Windows system variable and your JAR file is named CPKMidTierConfigure.jar. The class entered in the Filename field (such as cpkmidtier.CPKMidTierConfigure) is used by the CPKMidTierConfigure.jar file, and this JAR file needs a Djava library path to be C:\onenet. Copy your JAR file into the C:\onenet\ directory for the CPK to find it.

Wait for this process to terminate before continuing: You can select this option for a Java application that terminates itself. There is no time limit. It waits as long as the application is running. By default, this option is dimmed.