PDE - Preparing the workbench
25 January 2008This post will help you in preparing the PDE workbench.
From the default Resource perspective, open the PDE perspective via Window > Open Perspective > Other and choose Plug-in Development from the offered list.
In addition to the main views and toolbar actions that are useful for Java development, the PDE perspective adds shortcuts to very frequently used wizards such as the New Plug-in Project creation wizard, etc. It also adds views that are very important to a plug-in developer including the Error Log view.
Error Log
The Error Log view captures all internal warnings and errors thrown by the platform and by your code. These errors are written to a .log file that is located in the .metadata subdirectory of your workspace, and the Error Log view shows the content of this file with a variety of convenient options such as filtering, sorting, etc.
By default, once the Error Log view is in your workspace, it will be brought to the front upon the logging of new events. This feature can be turned on/off in the drop down menu of the view.
Other features of the log view include the ability to import any arbitrary log file into the view, and to export the log contents into a file.
Related Posts:
- Eclipse Plug-in Development Environment (II)
- Building a Rich Client Platform application (I)
- Defining a rich client application
- Eclipse RCP Browser Example
- PDE Concepts (II)
- PDE concepts (I)
- Creating a Simple Plug-in using PDE (I)
- Running a plug-in
- Rich Client Platform (introduction)
- Introduction to Standard Widget Toolkit (II)
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: PDE - Preparing the workbench