Human Resources Example - Setting up the Application Classpath

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1916

This topic has not yet been written. The content below is from the topic description.
The application classpath is set up by the run.sh script using the -cp flag to include the current directory and the client-1.0.0.jar, as shown here: java -Djava.ext.dirs=`pwd`/lib -cp .:client-1.0.0.jar org.jboss.example.client.Client $1