Paths page (Project Properties dialog box)
The Paths page of the Project Properties dialog box sets the following options:
- JDK version to compile against
- Java libraries to use when compiling
- Source Root Path
- Out Root Path
To set these options for the current project, choose File|Project Properties. You can also right-click the project file in the Navigation pane and choose the Properties command.
To set these options for all new projects, choose Tools|Default Project Properties.
Target JDK Version
The version of the JavaSoft Java Development Kit (JDK) to use when compiling and running. JBuilder can compile and run against JavaSoft JDK versions 1.0 through 1.2 beta.
Note: For debugging purposes, this field must be set to the version of the JDK JBuilder runs in. If set to something other than this version, the debugger will not run.
Click the Define button to display the Available JDK Versions dialog box, where you set up the items in the Target JDK Versions drop-down list.
Source Root Directory
The path the compiler searches for a source file. This is the root of the Source Path. Subdirectories below the root represent the package structure.
To add additional paths, separate them with a semicolon:
;Path 1;Path2
Output Root Directory
The path in which the compiler places .class files. This is the Out Path. Files are placed in a directory tree that is based on the package structure.
To add additional paths, separate them with a semicolon:
;Path 1;Path2
Java Libraries
The Java libraries to use when compiling. Libraries are searched in the order listed.
To add another already-defined library to the list, click the Add button, choose a library, and click OK. To remove a library, click the Remove button. To switch the order of libraries, drag and drop them.
Click the Libraries button to display the Available Java Libraries dialog box, where you set up the list of available libraries.
See also:
Getting Started with JBuilder: Setting project properties