Available Java Libraries dialog box
The Available Java Libraries dialog box sets up the items in the Available Java Libraries list on the Paths page of the Project Properties dialog box. You use this list to choose the libraries you want to use when compiling. Libraries are used in the order listed.
Once you've defined a library, you need to:
- Click the Add button on the Paths page of the Project Properties dialog box.
- Choose the library you've just defined.
- Click OK to add it to the Libraries list on the Paths page.
To display the Available Libraries dialog box, click the Libraries button on the Paths page of the Project Properties dialog box.
Libraries
The list of defined libraries. A library is defined when all four edit fields contain data. To see an example of a defined library, select JBCL 2.0
Name
The name of the library.
Class Path
The path that contains all the classes in the specified library. Files can be in a .jar file. Note that this Class Path forms part of the Class Path that the JBuilder compiler uses.
This path can point to more than one directory.
Source Path
The path that contains the sources for the specified library. Sources can be in a .zip file.
This path can point to more than one directory.
Doc Path
The path that contains the HTML files for the library sources. This allows reference documentation to be displayed in the Doc pane.
This path can point to more than one directory.
New
Clears the edit fields, allowing you to define a new library.
Delete
Deletes the item selected in the Libraries list. No warning message is displayed before the deletion.
Edit
Allows you to edit the item selected in the Libraries list.