Create an Eclipse plug-in project
Customizing CARMA is done by creating Eclipse plug-in projects that handle the particular enhancement. This lesson guides you through creating an Eclipse plug-in project that is specialized for this CARMA tutorial.
About this task
To create a new Eclipse plug-in project:
Procedure
- Start Developer for z/OS®.
- Select the Desired workspace.
- If you are starting with a clean workspace, minimize the Welcome Screen, and Create the new Developer for z/OS Eclipse plug-in Project from the current perspective by selecting File > New > Project.
- In the new project wizard, select Plug-in Development > Plug-in Project. Click Next.
- Enter the appropriate name for the project in the Project Name text field. Click Next.
- Ensure that the names in the Plug-in ID and the Plug-in Name text fields correlate with those specified with the particular plug-in project.
- Keep the default settings under Plug-in Options and Rich Client Application. Click Next.
- Clear the checkbox, Create a plug-in using one of the templates, and click Finish.
- If you are prompted to open the Plug-ins Perspective, select Yes to open that perspective now.