eUML2是一款强大的,基于Eclipse应用程序的UML建模工具.开发者可以在UML开发过程中将模型转化为Java代码:确保软件质量和减少开发时间。

必备条件

  • Java runtime 1.5 or + for Galileo/eclipse 3.5.x
  • Java runtime 1.5 or + for Helios/eclipse 3.6.x

我们建议用户按以下参数设置eclipse.ini 文件:

-vmargs
-Xms90m
-Xmx456m
-XX:PermSize=128m

打开Eclipse更新管理器 通过以下步骤Help -> install Softwares  -> Available site

在地址栏输入http://www.soyatec.com/update,回车后,可以看到可以下载的插件

全部勾选之后下一步安装即可

参考网址:http://www.soyatec.cn/euml2/installation/

有可能出现的错误如下:

Cannot complete the install because one or more required items could not be found. 
  Software being installed: eUML2 Free Edition 3.6.0.20110120 (com.soyatec.euml2.free.feature.group 3.6.0.20110120) 
  Missing requirement: eUML2 Free Edition 3.6.0.20110120 (com.soyatec.euml2.free.feature.group 3.6.0.20110120) requires 'org.eclipse.uml2.feature.group [3.0.0.v200906011111,4.0.0)' but it could not be found

 

解决方案:

【0】 Help > Install New Software…
【1】 Add the Galileo update site (if you don’t already have it): http://download.eclipse.org/releases/galileo
【2】 Expand ‘Modeling’, and select:

1) ‘EMF – Eclipse Modeling Framework SDK’

2) ‘Graphical Modeling Framework SDK’

【3】 Click ‘Next’ and complete the update installation.
【4】 When prompted, restart Eclipse.
【5】 Add the update site:http://www.soyatec.com/update/galileo and install the required version.
【6】 Restart Eclipse.

参考网址:http://kittivong.wordpress.com/2010/01/04/euml2-free-edition-with-galileo/

另外一个解决方案:

for win7 x64 + eUML2 Free Edition 3.6.0.20110120 + required plugins for Helios/Eclipse 3.6.x

1/ install eclipse 
2/ install new plugin : help > install new software 
select work with : Helios - http://download.eclipse.org/releases/helios 
write EMF in field below work with 
install EMF - Eclipse Modeling Framework SDK 
restart eclipse 
3/ install new plugin : help > install new software 
select work with : Helios - http://download.eclipse.org/releases/helios 
write GMF in field below work with 
install Graphical Modeling Framework (GMF) Runtimes 
restart eclipse 
3/ download 
eUML2-free-Edition-3.6.0.20110120+dependencies_for_eclipse3.6.zip 
from eUML2 website 
in eclipse install new plugin : help > install new software 
click add > archive and browse to your downloaded file 
follow installation process 
restart 
your done

Maybe another way is to do (but I did not try it) for step 3/ 
clic add 
enter http://www.soyatec.com/update/galileo/ 
follow installation process 
restart

参考网址:http://www.soyatec.com/forum/viewtopic.php?t=915&sid=dea07e5b6d2cee4b65287b6c14fb8146

给Eclipse安装eUML2插件以及可能出现的依赖错误解决方案(转)的更多相关文章

  1. 【Maven】Eclipse安装Maven插件后导致Eclipse启动出错

    本文纯属复制粘贴:具体请参照原文: Eclipse安装Maven插件后,Eclipse启动问题:Maven Integration for Eclipse JDK Warning.  解决方法: 1. ...

  2. Eclipse安装svn插件的几种方式

    Eclipse安装svn插件的几种方式 1.在线安装: (1).点击 Help --> Install New Software... (2).在弹出的窗口中点击add按钮,输入Name(任意) ...

  3. Eclipse安装maven插件报错

    Eclipse安装maven插件,报错信息如下: Cannot complete the install because one or more required items could not be ...

  4. Eclipse安装SVN插件方式简明介绍

    一.Links安装: 推荐使用此种安装方式,因为它便于插件的管理. 在eclipse根目录下新建文件夹links,这样就得到了eclipse\links 在eclipse\links下新建一个link ...

  5. eclipse安装CDT插件遇到的问题

    转自eclipse安装CDT插件遇到的问题 已经安装了集成java版本的eclipse,eclipse-java-indigo-SR1-win32.zip,在添加CDT插件时,遇到了问题. cdt-m ...

  6. windows下Eclipse安装Perl插件教程

    windows下Eclipse安装Perl插件教程 想用eclipse编写perl.网上看了很多资料.但EPIC插件的下载连接都失效了.无奈,只好自己动手写个教程记录一下. 准备工作: 安装好Ecli ...

  7. Eclipse安装Git插件以及通过Git导入华为软件开发云项目

    --内容提交-- 1.    Eclipse安装Git插件 2.    在Eclipse中导入华为软件开发云项目, 以及常用Git操作 一. Eclipse安装Git插件 现在从eclipse官网下载 ...

  8. Eclipse安装Hibernate插件快速生成配置文件

    Eclipse安装Hibernate插件快速生成配置文件 插件链接: http://pan.baidu.com/s/1mi3KVtI 密码: kmjg 1.安装插件: 1.在eclipse顶部窗口he ...

  9. Eclipse安装svn插件的几种方式 转帖....

    Eclipse安装svn插件的几种方式 1.在线安装: (1).点击 Help --> Install New Software... (2).在弹出的窗口中点击add按钮,输入Name(任意) ...

随机推荐

  1. 封装JSON数据转自定义HTML方法parseHTML

    开发过程中经常使用字符串拼接,这样做工作效率低,可维护性和易读性也比较差,且对于后台程序员对html不熟悉,经常出错. 如下面例子json转字符串: var json = [{ href:'http: ...

  2. Linux进程托管与守护进程设置

    引言 在上一篇<Linux启动之旅>中,我们了解了Linux启动过程,在该过程的最后一步,init进程拉起/etc/init.d/rcN.d/目录下指定的守护进程(daemon).假若自定 ...

  3. 001_软件waf

    一.优秀的软件waf开源软件 <1>openwaf介绍  http://www.oschina.net/p/openwaf http://git.oschina.net/miracleqi ...

  4. 解决阿里云安骑士漏洞警告:wordpress WPImageEditorImagick 指令注入漏洞

    解决:wordpress WPImageEditorImagick 指令注入漏洞 前些天在阿里云服务器上安装了wordpress,阿里云提示有wordpress WP_Image_Editor_Ima ...

  5. poj1521

    霍夫曼编码,建树 #include <cstdio> #include <cstring> #include <queue> using namespace std ...

  6. php里获取第一个中文首字母并排序

    需求里结算首页需要按门店的首字母A-Z排序.我的数据结构原本是这样的: Array ( [0] => Array ( [sid] => 2885842 [recetcstoredpay] ...

  7. Node.js模块定义总结

    为了让Node.js的文件可以相互调用,Node.js提供了一个简单的模块系统.模块是Node.js 应用程序的基本组成部分,文件和模块是一一对应的.换言之,一个 Node.js 文件就是一个模块,这 ...

  8. Java中类与类的关系

    在java中类和类的关系大致分三种:泛化.关联.依赖. 1. 泛化(Generalization) "XX是一个XX"关系(is a),通常使用的关键词为 extends.impl ...

  9. Visual C++中最常用的类与API函数

    这篇文章能让初学者快速了解visual C++ MFC中常见的核心的类与函数,虽然全部看下来有点枯燥,但对初学者快速了解MFC的框架结构很有好处. 常用类 CArchive类:用于二进制保存档案 CB ...

  10. thinkphp AOP(面向切面编程)

    AOP: 在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术.AOP是OOP的延续,是软 ...