Eclipse 插件 EUML2 free 版本的安装无法使用market place 来直接安装 需要通过 install software 安装
Installation:
The free edition of eUML2 cannot be installed over the web and must be installed manually.
Go to the Soyatec download site and download the latest version of the free edition of eUML2 for your edition of Eclipse: http://www.soyatec.com/euml2/installation/
Save the download ZIP file on your hard disk.
In Eclipse, go to Help/Install New Software
Click the "Add..." button
In the "Add Repository" dialog that pops up, fill in a useful name, such as "eUML2".
Then click the "Archive..." button and browse to the the ZIP file you downloaded. Highlight the file and clikc "Open".
Click "OK" to close the Add Repository dialog.
Select all install components for the the Free eUML2 software. Click Ok, accept any license agreements and continue with all default install parameters until the package is fully installed.
If you encounter the following error:
Cannot complete the install because one or more required items could not be found.
Software currently installed: eUML2 Free Edition 3.7.1.20110624 (com.soyatec.euml2.free.feature.group 3.7.1.20110624)
Missing requirement: Diagram tools Plugin 3.7.1.20110624 (com.soyatec.diagrams 3.7.1.20110624) requires 'bundle org.apache.batik.dom.svg 1.6.0' but it could not be found
Cannot satisfy dependency:
From: Core Plugin 3.7.1.20110624 (com.soyatec.core 3.7.1.20110624)
To: bundle com.soyatec.diagrams 0.0.0
Cannot satisfy dependency:
From: eUML2 Free Edition 3.7.1.20110624 (com.soyatec.euml2.free.feature.group 3.7.1.20110624)
To: com.soyatec.core [3.7.1.20110624]
You will need to install the Graphical Modeling Framework before installing eUML2
In Eclipse, go to Help/Install New Software
In the "Work with" text field, type "http://download.eclipse.org/modeling/gmp/updates/releases/". Click "Add...".
The "Add Site" dialog will ask you for a name. Type in something useful, such as "Graphical Modeling Framework". Click "Ok".
Select only the latest run-time that applies to your system. As of 10/2011, for Eclipse Indigo, this would be the 1.5.0 runtime:
http://yzhatech.blog.51cto.com/1854242/773428
分享到:
相关推荐
1. **site.xml**:这是Eclipse插件站点的描述文件,它定义了插件的元数据,如插件ID、版本、依赖关系等。通过此文件,Eclipse可以自动识别并安装插件及其依赖项。 2. **plugins**目录:包含了eUML2插件的核心组件和...
《eUML2免费版3.6.0与Eclipse3.6依赖关系详解》 在软件开发领域,UML(统一建模语言)是一种重要的建模工具,它为开发者提供了一种可视化的方式来描述系统的设计和结构。eUML2是针对Eclipse集成开发环境的一个扩展...
使用EUML2插件,你需要先在Eclipse Marketplace或者通过Eclipse更新站点安装该插件。安装完成后,可以通过"File" -> "New" -> "Other" -> "UML"来创建新的UML项目和模型。在这个过程中,你可以选择创建不同类型的UML...
在使用MyEclipse的UML工具插件eUML2时,开发者可以进行以下操作: 1. **创建模型**:通过eUML2,用户可以创建新的UML模型,定义类、接口、继承关系、关联等元素。 2. **绘制图表**:绘制各种类型的UML图表,如类图...
其他Eclipse UML插件,如eUML2、Papyrus等,也有各自的优点和特色。选择哪个插件通常取决于个人偏好和项目需求。例如,Papyrus是Eclipse基金会官方支持的UML工具,提供更全面的UML支持,而ModelGoon则以其简洁和高效...
对于Java开发工具,如Eclipse或IntelliJ IDEA,可以直接导入jar文件到项目中,或者通过配置构建脚本(如Maven或Gradle)自动管理依赖。 总的来说,argouml-euml.jar.zip是一个集成ArgoUML和E-UML的Java建模工具包,...