Tuesday, December 9, 2014

Eclipse IDE Terminology - Workspace, Workbench, Perspective

Following are the terms that should be known to you in order to effectively and efficiently work with Eclipse IDE.

Workspace

A directory where your projects are created (by default), is called workspace.  Eclipse makes it easy for you to not specify this directory everytime you create a new project.  For first launch it asks you about a default workspace and it uses that afterwards.

Eclipse locks your workspace directory as it launches.  So, you can't have two Eclipse IDEs open that are working on the same workspace.


First Launch of Eclipse
Change Default Workspace


Workbench

Main IDE windows of Eclipse is called workbench.

Example:
Eclipse Workbench


Perspective

Workbench consists of multiple sub windows that open up to allow you multiple related tasks together.  When you are writing code, you need access to Editor, A pane listing all source files of the project.  Different Views of IDE that contain arrangement of such subwindows is called a PERSPECTIVE.

Few in-built perspectives are:

Java Perspective
Debug Perspective




No comments:

Post a Comment