Transferred from http://www.cnblogs.com/Amandaliu/archive/2012/08/13/2636349.html
The project requires release when the need to give detailed class diagram, unfortunately I just used xmind hand-painted a very simple class diagram (just the inheritance of the class relationship), can be bitter me ah.
These two days have been on the Internet to find the code based on Eclipse has been able to export UML, found that the green UML many people are using, so want to try. one, Green UML Plug-ins 1. View Eclipse version
View the version of Eclipse (Help-about Eclipse Platform) installed on the current computer, which is version 3.3.2.
2, view the corresponding plug-in version
Then go to the website http://green.sourceforge.net/builds.html to see the corresponding green and GEF versions:
Looks like Green3.0.0 and GEF3.3 3, install green 3.0.0
Simply click on the 3.0.0 link in the above website. Unzip the downloaded Green-3.0.0.zip and put all the folders under the file Green-3.0.0.zip\green-3.0.0\plugins in the directory: D:\eclipse3.3.2\eclipse\ Plugins (your catalogue may not be the same as mine). 4. Installation GEF3.3
Support for online installation and offline installation.
(1) Online installation: Help–software Updates–find and Install–search for new features to Install, select graphical Editing Framework (GEF Update Site, Finish, and then select GEF 3.3 installation. I have adopted this method.
(2) Offline installation: To download the directory http://archive.eclipse.org/tools/gef/downloads/drops/Select the appropriate version download installation 5, restart Eclipse
After the 3 and 4 steps are complete, you can restart Eclipse and use green UML. As for the use method, see http://wenku.baidu.com/view/7ec0b519ff00bed5b9f31d1b.html 6, question
Once installed, the plugin is still very useful for small projects. But for the big project, the plugin is completely unreliable (click to not dump me at all), is there a problem in the installation?
Second, amaterasuml plug-ins
Based on the use of green UML in the process of using the problem (for large projects, click to generate a class diagram does not respond), they can only find other plug-ins. Inadvertently, found AMATERASUML.
Official website: Http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=AmaterasUML
Scope of application: Eclipse 3.3 version above
Other requirements: JDT, GEF
Installation method: 1, install AMATERASUML plugin
Go directly to the official website and download the latest version of Amaterasuml_1.3.4.tar. Then unpack, copy and paste the three files that you extracted into the directory D:\eclipse3.3.2\eclipse\plugins (your directory may not be the same as mine).
2, installation JDT, GEF
Install the above online installation of GEF method to install JDT as well as GEF. No repetition here. 3. Restart Eclipse
After 1, 2 steps are complete, restart Eclipse, you can use AMATERASUML. For the use of methods, see official website. Here is just a picture of it:
As for the plug-in is not what a problem, is still in use, the follow-up say it. The source of the Wind: http://www.cnblogs.com/Amandaliu/This article copyright to the author and blog Park, welcomed the reprint, but without the consent of the author must retain this paragraph of the statement, and in the article page obvious location to the original connection, otherwise retain the right to pursue legal responsibility.