Publishing Engine Programmer's Guide > Arbortext Publishing Engine Clients > Using the Java Client SDK > Overview of the Java Client SDK
  
Overview of the Java Client SDK
The Arbortext Publishing Engine Java Client SDK consists of the following files and folders:
An e3client.jar file containing the com.arbortext.e3.client compiled package.
A javadoc folder containing the HTML Javadoc files for the com.arbortext.e3.client package.
A readme.txt file describing the files included in this package.
A samples folder containing:
The e3samples.jar file containing the com.arbortext.e3.test.script package and the com.arbortext.e3.test.SimpleTest class.
Shell script e3script.bat for starting the sample com.arbortext.e3.test.script program.
A samplescript.txt file for testing the com.arbortext.e3.test.script program.
A src directory containing Java source files for the e3samples.jar script engine example and the SimpleTest example. These source files show how to use the Java Client SDK. You can use the script engine example to perform simple tests.
A readme.txt file describing the files in the samples folder.