Selecting the JAR files
When building or running an applet or application that uses the Toolkit API, add the path of the appropriate JAR files to either:
your operating system's CLASSPATH environment variable,
the -classpath parameter of the javac compiler and the java interpreter.
For information on all the Toolkit JAR files, see the File locations section of the following document.
etjava\docs\ettkjava_readme.htmlUsing a single JAR file
Select the following path for a single JAR packaging all the toolkit capabilities.
etjava\lib\enttoolkit.jarUsing multiple JAR files
Select the path of different JAR files implementing different toolkit functionalities. You must always specify at least the path of the following files.
etjava\lib\entbase.jaretjava\lib\entuser.jarIf you are developing, for example, an application that uses the PKCS #7 capabilities of the Toolkit, you must also include the following file in your classpath.
etjava\lib\entp7.jar