In a Java project or another project that has the Java nature, the Java Library settings configure the class search path used by the Java compiler and Java runtime interpreter to find Java class files. These settings are analogous to the CLASSPATH environment setting when using the command-line Java compiler or interpreter.
To configure the Java library search path:
In the navigator view, right-click on the project and choose Properties.
Display the Java Build Path page in the project properties. If this page is not available in the project properties, click Cancel, then verify the project has the Java nature.
Click Libraries to display the class folders and JAR files in the class search path. To add a JAR file, click Add JARs ... or Add External JARs ..., then browse to specify the JAR file to add to the class search path. To add a folder that contains a class tree, click Add Class Folder ..., then browse to specify the folder that contains the root of the class tree folders. Click OK to save your changes.
For more information on these settings, see the Java Development User's Guide or press F1 with the focus on the Java Build Path page in the Project Properties dialog.
Configuring the Java Project Nature
Java Development User's Guide
Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com