Eclipse Plugin Installation Guide
From OO Lab
(Difference between revisions)
(→Install Plugin) |
Latest revision as of 14:49, 12 July 2012
[edit] Deploy Plugin
- In the menu bar, select File -> Export.
- Select Plug-in Development -> Deployable plug-ins and fragments them click Next.
- Select all the sub-projects you wish to pack up.
- In CRUnit's case, you should select the following projects:
- edu.ncu.csie.crunit.core
- edu.ncu.csie.crunit.launch
- edu.ncu.csie.crunit.model
- edu.ncu.csie.crunit.visualization
- edu.ncu.csie.crunit.minerva(Optional due to visualization architecture, please see the thesis of CRUnit)
- In CRUnit's case, you should select the following projects:
- Choose the destination directory, for example, you desktop, then click Finish.
- You shall see a plugins folder on your destination directory.
[edit] Install Plugin
- Copy all the *.jar files to the plugins folder of the destination Eclipse installation folder.
- Restart the destination Eclipse if necessary.