Deploying and running Java clients

Run the Java client in a JDK 1.4 or later Java interpreter.

At run time, the following EAServer JAR files must be in the CLASSPATH for Java applications and included with the class files for applets:

The client runtime writes errors to the console by default. In Java applications, you can modify this behavior by specifying the profile name as the Java system property djc.logFile. For example:

java -Ddjc.rmiTrace=true "-Ddjc.logFile=%DJC_HOME%\logs\rmiClientTrace.log”

For more information, see “Configuring system logging” in Chapter 3, “Creating and Configuring Servers,” in the System Administration Guide.