To set these options for all new projects, choose Project|Default Project Properties.
This is a feature of JBuilder Professional and Enterprise.
Sets the version of the Java Development Kit (JDK) to use when compiling and running your project. JBuilder can compile and run against all Sun JDKs and many others.
Note: Depending on the features used in your application, there may be restrictions on which JDK you can use. For example, for CORBA applications, you must use JDK 1.1.6 or later.
Click the ellipsis button to display the Select A JDK dialog box where you change the selected JDK and add new ones.
.class
files. There can only be one output path per project.
The default path is located in your home directory of your operating system installation directory. The default path in the Default Project Properties is:
/home/username/jbproject/classes
For a specific project, the path then becomes:
/home/username/jbproject/project_name/classes
Click the ellipsis button to display the Select Directory dialog box, where you can change the path.
The default path is located in your home directory of your operating system installation directory. The default path for source files in the Default Project Properties is:
/home/username/jbproject/bak
For a specific project, the path becomes:
/home/username/jbproject/project_name/bak
The default path is located in your home directory of your operating system installation directory. The default path in the Default Project Properties is:
The default path is located in your home directory of your operating system installation directory. The default path in the Default Project Properties is:
/home/username/jbproject
For a specific project, the path then becomes:
/home/username/jbproject/project_name
The default path is located in your user profile directory of your operating system installation directory. The default path in the Default Project Properties is:
/home/username/jbproject/src
and for a specific project becomes:
/home/username/jbproject/project_name/src
Paths are searched in the order listed. To switch the order of paths, use the Move Up and Move Down buttons.
Paths are searched in the order listed. To switch the order of paths, use the Move Up and Move Down buttons.
Libraries are searched in the order listed. To switch the order of libraries, use the Move Up and Move Down button.
There are three possible colors for libraries listed:
Color | Description | Troubleshooting |
---|---|---|
Black | The library is defined correctly. | |
Red | The library definition is missing. | This typically means the project refers to a library that is not yet defined. It can also mean the library has been defined without any paths. |
Gray | Use of this library requires an upgrade. | You need to upgrade your edition of JBuilder in order to use this library. For example, if you have JBuilder Foundation, use of the dbSwing library requires that you upgrade to either JBuilder Professional or Enterprise. |
If the Required Libraries tab is selected, the Select One Or More Libraries dialog box is displayed, where you select the library to add.
If the Required Libraries tab is selected when you click Edit, the Configure Libraries dialog box is displayed.