Class Paths Tab

The Class Paths tab in the Project Configuration dialog (which you open with Project->Configure) allows you allows you to identify Java .jar and .class files that provide classes for which you do not have source code.

Both .jar files and .class files are suppored. Jar files contain compressed .java (source) files. Class files contain compiled sources. By default, the src.jar (or src.zip) file provided by the Java Developers Kit is located. You can add other .jar files as needed.

To add a .jar file to the list, follow these steps:

  1. Click Jar Browse.
  2. Locate and select the .jar file. You can choose to open .jar files as read-only.
  3. Click Open.
  4. Click Add to add the .jar file to the list of class paths.

To add a directory with .class and .java files, follow these steps:

  1. Click Dir Browse.
  2. Locate and select the directory containing .class files.
  3. Click OK.
  4. Click Add to add the directory to the list of class paths.

If a class is found in both a .java and .class file in the class path, the class in the .java file is used.


Scientific Toolworks, Inc.
http://www.scitools.com