您的位置:首页 > 编程语言 > Java开发

给Eclipse安装eUML2插件以及可能出…

2014-01-23 17:30 471 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: