Monday, November 14, 2011

Eclipse - Package Explorer and Navigator

Eclipse lets you see your project files in different 'views'.
You can open any View from Windows-->Show View

Two useful Vies are 'Package explorer' and "Navigator'

Package Explorer shows you all the java classes and libraries (jars) in your project - organized by the package each class belongs to.

Navigator is exactly like Windows Explorer - it shows you all the files in your project as appear in your file system.

We recommend you open both these views.

No comments: