When libraries are added to JBuilder, they are added to the class path so JBuilder can find them. Libraries are searched in the order listed. The order of libraries can be changed in the Configure Libraries dialog box (Tools|Configure Libraries).
"How JBuilder constructs paths"
To open the New Library wizard, choose Tools|Configure Library and press the New button.
You can also access the wizard from the Paths page of the Project Properties dialog box (Project|Project Properties). Select the Required Libraries tab and select Add. Then press the New button to open the New Library wizard.
The New Library wizard contains the following fields:
.library
file in the Project, User Home, JBuilder directories or a user-defined folder.
.library
file to the .jbuilder
directory in the user's home directory.
.library
file to the jbuilder/lib
directory. Multiple users who are using JBuilder on a network or sharing JBuilder on a single machine have access to the libraries in this folder.
.library
file in the current project's directory.
This is a feature of JBuilder Professional and Enterprise.
When using the version control feature in Enterprise, the .library
file is checked in with the other project files.
.library
file to a user-defined folder or shared directory. You must add the new folder using the Add Folder button in the Configure Libraries dialog box before it can appear in the drop-down list.
This is a feature of JBuilder Enterprise.