Converting Java Projects to Plug-in Projects

PDE provides a Converting Java Projects to Plug-in Projects wizard to quickly and easily utilize PDE capabilities from a Java Project. To open this wizard right-click on a Java project, open the Configure menu and select Convert to Plug-in Projects....

During the conversion process, PDE will add its nature and builders to the project, add the Plug-in Dependencies classpath container. Finally, PDE will create a MANIFEST.MF and build.properties for the project if they do not already exist. If Enable API analysis is selected, the API Tools project nature will be added to the project.

Project Selection

Project Selection

You may select any of the open projects in your workspace which are not already PDE projects. By default, the projects selected in the workspace are the projects selected for conversion by the wizard.