Project actions

Project menu commands:

Name

Function

Keyboard Shortcut

Open Project

Shows a dialog that can be used to select a closed project and open it

 

Close Project

Closes the currently selected projects

 

Build Project

Builds the currently selected project. This is an incremental build, means that the builder analyzes the changes since the last time of build and minimizes the number of changed files.

 

Rebuild Project

Rebuilds the currently selected project. This is a full build, all files in the project are rebuild.

 

Build All

Builds the all projects in the workspace. This is an incremental build, means that the builder analyzes the changes since the last time of build and minimizes the number of changed files.

Ctrl + B 
Rebuild All Rebuilds all projects in the workspace. This is a full build, all files are rebuild.  

Related concepts
Java projects
Java projects

Related tasks
Building a Java program

Related concepts
Java projects

Copyright IBM Corporation 2000, 2002. All Rights Reserved.