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. Javascript中的垃圾回收机制

    Javascript 中的内存管理 译自MDN,Memory Management 简介 在底层语言中,比如C,有专门的内存管理机制,比如malloc() 和 free().而Javascript是有 ...

  2. 【问题收集·中级】关于XMPP使用Base传送图片

    [问题收集·中级]关于XMPP使用Base传送图片 下面是我与博友的问答过程:并在最后链接附录了相应的文件: 博友问题:  16:35:38 他跟我说要 内容图片  base64编码 上传..博友问题 ...

  3. linux系统基本排查

    1.查看内存使用情况 free -g 当观察到free栏已为0的时候,表示内存基本被吃完了,那就释放内存吧. 释放内存: sync echo 3 > /proc/sys/vm/drop_cach ...

  4. arm交叉编译器gnueabi、none-eabi、arm-eabi、gnueabihf等的区别【转】

    转自:https://www.cnblogs.com/deng-tao/p/6432578.html 博客来之于:  http://www.veryarm.com/296.html 交叉编译工具链的命 ...

  5. 公共语言运行库(CLR)开发系列课程(2):Pinvoke 进阶 学习笔记

    上一章地址 API版本 具有字符串参数的API通常有两种版本 GetWindowText GetWindowTextA GetWindowTextW 缺省情况下CLR会自动寻找合适的匹配 CharSe ...

  6. oracle日期、转换函数

    转换函数 日期类型转换成字符类型 select to_char(sysdate) s1, --14-3月 -16        to_char(sysdate, 'yyyy-mm-dd') s2, - ...

  7. 不将EF连接字符串写在配置文件的方法

    edmx的构造函数: public DecorationMSEntities() : base(myConfig.DataBaseConnectionString, "DecorationM ...

  8. Pandas DataFrame数据的增、删、改、查

    Pandas DataFrame数据的增.删.改.查 https://blog.csdn.net/zhangchuang601/article/details/79583551 #删除列 df_2 = ...

  9. Go语言之Windows 10开发工具LiteIDE初步使用

    Intel Core i5-8250U,Windows 10家庭中文版,go version go1.11 windows/amd64,LiteIDE X34.1 在RUNOOB.COM的Go语言教程 ...

  10. hadoop控制map个数(转)

    原文链接:https://blog.csdn.net/lylcore/article/details/9136555     hadooop提供了一个设置map个数的参数mapred.map.task ...