Deploying and running Java clients

Run the Java client in a JDK 1.2 or later Java interpreter. If running applets, make sure your browser supports JDK 1.2. Most browsers require Sun’s Java Plug-in to support JDK 1.2.

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

Unlike earlier versions, EAServer 4.0 does not provide runtime class files in the html/classes directory. To run applets, you must include the JAR files in the applet’s ARCHIVE tag, or expand these JAR files to the html/classes directory.

Chapter 2, “Creating CORBA Java Components and Clients,” in the EAServer Cookbook provides a Java-CORBA tutorial that describes how to deploy Java client applications and applets.