给Eclipse安装eUML2插件以及可能出现的依赖错误解决方案(转)
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插件以及可能出现的依赖错误解决方案(转)的更多相关文章
- 【Maven】Eclipse安装Maven插件后导致Eclipse启动出错
本文纯属复制粘贴:具体请参照原文: Eclipse安装Maven插件后,Eclipse启动问题:Maven Integration for Eclipse JDK Warning. 解决方法: 1. ...
- Eclipse安装svn插件的几种方式
Eclipse安装svn插件的几种方式 1.在线安装: (1).点击 Help --> Install New Software... (2).在弹出的窗口中点击add按钮,输入Name(任意) ...
- Eclipse安装maven插件报错
Eclipse安装maven插件,报错信息如下: Cannot complete the install because one or more required items could not be ...
- Eclipse安装SVN插件方式简明介绍
一.Links安装: 推荐使用此种安装方式,因为它便于插件的管理. 在eclipse根目录下新建文件夹links,这样就得到了eclipse\links 在eclipse\links下新建一个link ...
- eclipse安装CDT插件遇到的问题
转自eclipse安装CDT插件遇到的问题 已经安装了集成java版本的eclipse,eclipse-java-indigo-SR1-win32.zip,在添加CDT插件时,遇到了问题. cdt-m ...
- windows下Eclipse安装Perl插件教程
windows下Eclipse安装Perl插件教程 想用eclipse编写perl.网上看了很多资料.但EPIC插件的下载连接都失效了.无奈,只好自己动手写个教程记录一下. 准备工作: 安装好Ecli ...
- Eclipse安装Git插件以及通过Git导入华为软件开发云项目
--内容提交-- 1. Eclipse安装Git插件 2. 在Eclipse中导入华为软件开发云项目, 以及常用Git操作 一. Eclipse安装Git插件 现在从eclipse官网下载 ...
- Eclipse安装Hibernate插件快速生成配置文件
Eclipse安装Hibernate插件快速生成配置文件 插件链接: http://pan.baidu.com/s/1mi3KVtI 密码: kmjg 1.安装插件: 1.在eclipse顶部窗口he ...
- Eclipse安装svn插件的几种方式 转帖....
Eclipse安装svn插件的几种方式 1.在线安装: (1).点击 Help --> Install New Software... (2).在弹出的窗口中点击add按钮,输入Name(任意) ...
随机推荐
- 20155321 2016-2017-2 《Java程序设计》第八周学习总结
20155321 2016-2017-2 <Java程序设计>第八周学习总结 教材学习内容总结 创建Logger对象 static Logger getLogger(String name ...
- 第12月第26天 swift 下划线
1. The _ is used to define that the parameter is not named If you have multiple _ it states that you ...
- Python输出9*9 乘法表
for i in range(1,10): for j in range(1,i+1): print(str(j) + str("*") + str(i)+"=" ...
- eclipse中可以导入其它工具编写的RobotFramework脚本吗?
在Robotframework的官方网站中,提供了非常多的编辑RF的工具.比如Ride,eclipse,sublime,notepad++等. 网上查到的资料,大部分都是Ride这个编辑工具的使用.在 ...
- Daemon函数的用法
Daemon函数的用法 说明: 让一个程序后台运行. 原型: #include <unistd.h> int daemon(int nochdir, int noclose); #incl ...
- linux下brctl配置网桥
原文:http://zhumeng8337797.blog.163.com/blog/static/1007689142011643834429/ 先装好网卡,连上网线,这是废话,不用说了. 然后开始 ...
- 走进异步编程的世界--async/await项目使用实战
起因:今天要做一个定时器任务:五分钟查询一次数据库发现超时未支付的订单数据将其状态改为已经关闭(数据量大约100条的情况) 开始未使用异步: public void SelfCloseGpPayOrd ...
- JVM(3)对象A和B循环引用,最后会不会不被GC回收?-------关于Java的GC机制
①首先说一下,GC里边在JVM其中是使用的ROOT算法,ROOT算法,什么称作为ROOT呢,就是说类的静态成员,静态成员就是static修饰的那种,是"根"的一个,根还包含方法中的 ...
- Jmeter遇到Connection reset by peer的解决方法
解决方案如下: 1.修改HTTP请求下面的Impementation选项,改成HttpClient4 2.修改了/bin/jmeter.bat文件:找到这2行 set HEAP=-Xms256m -X ...
- MongoDB aggregate 运用篇(转)
http://www.cnblogs.com/qq78292959/p/4440679.html 最近一直在用mongodb,有时候会需要用到统计,在网上查了一些资料,最适合用的就是用aggregat ...