Publishing Engine Programmer's Guide > Arbortext Publishing Engine Clients > Using the Java Client SDK > Testing the Java Client SDK
  
Testing the Java Client SDK
The com.arbortext.e3.test.script is a working sample of an application which uses the Java Client SDK. Use this code to verify that the Java Client SDK can communicate with Arbortext Publishing Engine. The test files are located in the install-path\samples folder.
Use the sample com.arbortext.e3.test.script to test the Java Client SDK. This package runs a script for passing commands to Arbortext Publishing Engine. A demonstration script file named samplescript.txt exercises the Java Client SDK.
You will need to edit to samplescript.txt before you can test the Java Client SDK:
Set the e3 variable to the URL that specifies Arbortext Publishing Engine for your servlet container.
By default, the samplescript.txt test script uses input and output files relative to the current directory. If you need to change this setting, edit the basedir variable.
To run the samplescript.txt test, execute the following at the command line:
e3script.bat samplescript.txt
* 
The samplescript.txt test intentionally contains a bad command to exercise error handling capability.