Any of these commands may appear on the popup menu when you are in the Project Browser mode, the Opened Browser mode, or the Directory Browser mode. Which commands are displayed depends on the AppBrowser mode and what type of file is selected.
See also:
Getting Started with JBuilder: Navigation pane
An alternate way to perform this command is to click Run on the toolbar.
Files must be compiled before they can run. When you choose Run|Run, JBuilder automatically compiles the file or project before running it.
Use the Project Properties dialog box (File|Project Properties) to change compiler options. When working with partial projects, make sure that the Make Packages Stable option is unchecked.
See also:
Building Applications with JBuilder: Compiling Java programs
You must compile files before running them. This places symbolic debugging information into the file so the Debugger can operate.
When you select Debug, the AppBrowser switches into Debugger mode. In Debugger mode, you use the Content pane for viewing code and setting breakpoints. The Debugger mode also displays panes for viewing data watches and context information such as call stacks and threads.
See also:
Building Applications with JBuilder: Debugging Java programs
Building Applications with JBuilder: Overview of the debugging process
Make is faster than Rebuild, once you have done the initial compiling.
See also:
Building Applications with JBuilder: Compiling Java programs
See also:
Building Applications with JBuilder: Compiling Java programs
The hierarchy is displayed on the Hierarchy tabbed page.
See also:
Getting Started with JBuilder: Class Hierarchy Browser
See also:
Distributed Applications Developer's Guide: Overview: Creating a distributed application in JBuilder
This command is only available when the AppBrowser is in Project Browser mode and a project (.jpr) file is selected.
You can use project folders in your project to organize your project in a hierarchical structure. Project folders are for organizational purposes only.
See also:
Getting Started with JBuilder: Adding project folders
See also:
Getting Started with JBuilder: Adding project folders
See also:
Getting Started with JBuilder: Adding project folders
See also:
Getting Started with JBuilder: Adding project folders