Sun Java System Application Server Platform Edition 8.1 2005Q2 Update 2 Developer's Guide

Running the AMX Samples

To set up your development environment for using AMX, you must ensure that your Java classpath contains the following Java archive (JAR) files:

Start your Java application in a manner similar to this:

export JAR_PATH=install-dir/lib/
export CP="$JAR_PATH/j2ee.jar:$JAR_PATH/appserv-admin.jar"
java -cp $CP com.mycompany.MyClientMain