Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Java Development User Guide
Previous Page Home Next Page

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 All

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

Ctrl + B 

Build Project

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

 

Build Working Set

Builds the projects contained in the currently selected working set. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.

 

Clean...

Shows a dialog where the projects to be cleaned can be selected.

 
Build Automatically If selected, all modified files are automatically rebuilt if saved. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.  
Generate Javadoc... Opens the Generate Javadoc wizard on the currently selected project.  
Properties Opens the property pages on the currently selected project.  

Related concepts

Java projects
Java builder


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire