Eclipse project: Create the Java project.
- In Eclipse, choose File→New→Project.
- In the New Project dialog box, select Plug-in Project. Then click Next.
- In the Project name box, type the project name, which should be in the form of com.mycom.project-name.
- For example, type com.mycom.properties file. Click Next.
- Under Options, ensure the Generate an activator and This plug-in will make contributions to the UI checkboxes are selected.
- Click Next.
- Clear the Create a plug-in using one of these templates check box. Click Finish.
Add Dependencies
com.teamcenter.rac.aifrcp
com.teamcenter.rac.common
com.teamcenter.rac.external
com.teamcenter.rac.kernel
com.teamcenter.rac.neva
com.teamcenter.rac.tcapps
com.teamcenter.rac.util
Reference
• http://wiki.eclipse.org/Menu_Contributions
• http://wiki.eclipse.org/Command_Core_Expressions
• http://www.vogella.de/articles/EclipseCommands/article.html
0 comments:
Post a Comment