博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
给Eclipse安装eUML2插件以及可能出…
阅读量:4071 次
发布时间:2019-05-25

本文共 1367 字,大约阅读时间需要 4 分钟。

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://blog.csdn.net/kesenhoo/article/details/6692402

你可能感兴趣的文章
postgresql遇到“Connection refused”和“No route to host”大概的解决方法
查看>>
postgresql上安装sysbench-0.5
查看>>
pgpool3.2.9中编译 pgpool-walrecrunning函数出错
查看>>
benchmarksql在postgresql上的安装、使用
查看>>
使用yum安装postgresql 10 dev
查看>>
postgresql减少wal日志生成量的方法
查看>>
postgresql使用RHCS套件搭建HA高可用集群
查看>>
postgresql initdb过程中大体做了什么
查看>>
linux下的mysql源码安装
查看>>
plsql连接oracle出现ORA-12154: TNS: 无法解析指定的连接标识符
查看>>
oracle 查看库中每个表所占的空间大小
查看>>
流复制中的问题max_connection
查看>>
在mysql中使用模糊查询时,使用中文查询结果不正确问题
查看>>
redhat7修改系统语言
查看>>
启动rabbitmq:ERROR: distribution port 25672 in use on localhost (by non-Erlang process?)
查看>>
Linux下mysql8.0用rpm安装
查看>>
linux下mysql 8.0忘记密码后重置密码
查看>>
mysql学习笔记(一)
查看>>
mysql学习笔记(二)
查看>>
mysql学习笔记(三)
查看>>