You can select a class library by tools->configrue->libraries the existing JBuilder class library that is listed in the list of the left pane of the Configure Libraries dialog box that pops up. Class Library packages for this class library are listed in the Class tab in the right pane, as shown in Figure 3-26.
Figure 3-26 JBuilder Class Library
The label page in the right pane describes the following.
-class:class file's jar file.
-source: The Java source code profile corresponding to the class library, JBuilder can view the source files of the class through Ctrl+enter in the editor.
-documentation: The Javadoc Help documentation file for the class library object, and when the F1 key is pressed, JBuilder loads the corresponding help file for the class library with the Assist viewer.
-framework:jsp Tag Library archive file.
-required Libraries: This class library requires other related class libraries in JBuilder.
Where source and documentation are dispensable, but if available JBuilder will provide more detailed support during the development process.
Each class library in JBuilder corresponds to a. Library configuration file that describes the path to the class library class file, source file, and Javadoc file. The configuration file axis.library for the class library axis selected in Figure 3-26 is shown in code listing 3-1.