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.html

Using a single JAR file

Select the following path for a single JAR packaging all the toolkit capabilities.

etjava\lib\enttoolkit.jar

Using 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.jar
etjava\lib\entuser.jar

If 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