Project Wizard

The Project Wizard creates a JBuilder project file with a .jpr file extension. This project file contains the project settings and a list of all the files added to the project. JBuilder uses the list of files and the project settings when you load, save, or build a project.

You don't edit a project file directly, but it is modified whenever you use the JBuilder development environment to add and remove files and set other options. You can see the project file as the top node of the project tree in the AppBrowser Navigation pane. You can modify Source Path, Class Path, and Out Path information, plus compiler, run, and debug options using the Project Properties dialog box under File|Project Properties.

To add files to your project, choose File|New and click one of the wizard icons, such as the Application Wizard or the Applet Wizard, or with your new project file open in the AppBrowser, click the Add to Project button and select the files to add using the a file browser.

Step 1 of 1

The Project Wizard displays default information which you can edit.

File

This field suggests a default path and project name. To enter a new path and project name, highlight the section you want to modify and type replacement text. The file will be created with the actual location and name indicated here.

Note: The part of the path between JBuilder\myprojects and the project file is the equivalent of the package name that will be suggested in the Application or Applet Wizard. For example, if you create a project called JBuilder\myprojects\mypackage\myproject.jpr, the Application or Applet Wizard will suggest using a package name of mypackage.

For more information on packages, see Packages in Creating and managing projects.

Title, Author, Company, Description

These self explanatory text fields are optional. The information entered in these fields is displayed in the project's associated HTML file. The Application Wizard and Applet Wizard also use this information to generate header information at the top of the files they create.

The Project Wizard creates the following two files: