As installed, EAServer does not provide the classes required to run applets under the html or html/classes directories. To run the applet, you must copy or link the required runtime JAR files to the EAServer html/classes directory.
Do not expand the JAR files The applets created in this tutorial do not require expansion of the easclient.jar and easj2ee.jar files.
On Windows, copy the JAR files
Copy easclient.jar and easj2ee.jar from the EAServer java/lib directory to the html/classes directory.
On UNIX platforms, link the JAR files
Create symbolic links from the easclient.jar and easj2ee.jar in the EAServer java/lib directory to the html/classes directory. For example, run these commands:
cd $JAGUAR/html/classes ln -s $JAGUAR/java/lib/easclient.jar ln -s $JAGUAR/java/lib/easj2ee.jar
Copyright © 2005. Sybase Inc. All rights reserved. |