Integrate Eclipse UML plug-in to eclipse whole process
This article describes the installation and use of the ECLIPSEUML plug-in in a Linux environment. ECLIPSEUML is an Eclipse plug-in that is modeled, similar to the Drawing class diagram feature of IBM Rational Rose. It is used because the IDE chooses Eclipse. Installation of Plug-ins is simple and convenient, and free to use. The key is that it can generate class diagrams from Java code.
One, free download ECLIPSEUML plugin.
Login Http://www.eclipseuml.com,download-> Select the version that is appropriate for your Eclipse. The author uses Eclipse as 3.4.1 and chooses Eclipse2008-> Eclipse3.4. After entering the download page, select the download package for your operating system, the author is Linux, so click Eclipseuml Studio Installer for Windows,mac and Linux (including the ECLIPSEUML studio E required for installation DITION,EMF,GEF and UML2 and many other plug-ins) to download.
Second, modify the Eclipse.ini to avoid the problem of insufficient memory. The modified configuration is as follows:
-xms40m
-xmx512m
-xx:permsize=512m
Third, double-click the run step to download the jar file Eclipseuml_e340_2008_studioedition_3.4.2.v20090618.jar.
Enter the installation language selection interface. Chinese is not supported. Language selection 中文版. Next->
Welcome interface. Next->
Version Description interface. Next->
Protocol interface. Accept the agreement. Next->
The Eclipse root selection interface. Select the root directory of Eclipse that you want to integrate ECLIPSEUML to. Next->
Install the plug-in selection interface. Select the plugin you want to install. Here default, do not make selection changes. Next->
The installation progress interface. Wait for Setup to complete, Next->
Install the successful interface. Quit.
Delete all files except Config.ini in the eclipse-home/configuration/directory. (You can also restart Eclipse without deleting it).
Five, the normal project in the Java mode, right-click the package name-> appears openuml option, prove that the plug-in has been successfully integrated into Eclipse.
Refer to the documentation for specific use. This concludes the integration of the Eclipse UML plug-in.