Environment setup

As you set up the environment, you must set the CLASSPATH.

When setroot and setsite are run, integrator/java_uccs and integrator/<site name>/ are prepended to CLASSPATH. If your classes are located in directories other than these, then you must set the class path so user-defined classes can be located by the engine.

You can update the CLASSPATH variable directly or use the environment variable QDXI_CLASSPATH to specify the location of user .class files. Values in QDXI_CLASSPATH are prepended to the usual class path when the JVM is loaded.

To pass extra init options when starting the JVM, you can set them in the process configuration from the GUI. To do this, selectProcess > Configure on the Network Configurator. This opens the Process Configuration dialog box. Select the target process, and then select the Java Driver tab.

The legacy CLJAVA_INIT environment variable can only set init options for the TPS testing tool. The value of the variable must be parsable as a TcL list.