【发布时间】:2010-05-25 15:37:05
【问题描述】:
我知道已经有其他类似的问题,但我找不到任何有用的东西。
我试图在 Eclipse 3.5.1 上安装 ObjectAid。
我将它添加到存储库列表中,然后检查了 ObjectAid UML Explorer。它说:
Cannot complete the install because one or more required items could not be found.
Software being installed: ObjectAid Class Diagram 0.9.86 (com.objectaid.uml.feature.group 0.9.86)
Missing requirement: ObjectAid Class Diagram 0.9.86 (com.objectaid.uml.feature.group 0.9.86) requires 'org.eclipse.draw2d 0.0.0'
我查看了 /opt/eclipse/plugins 并找到了 org.eclipse.draw2d_3.5.2.v20091126-1908,但我不知道如何安装它。
操作系统是 Ubuntu。
感谢您的帮助。
【问题讨论】:
-
它在插件文件夹中可能意味着它已安装。您能否验证 Eclipse 是否通过 Help->About Eclipse->Installation Details->Plug-ins 找到插件?确保它已列出并检查版本。插件名称应为“图形编辑框架 Draw2d”。
-
还有很多插件,但没有 org.eclipse.draw2d,我不明白。
-
如果没有插件id为“org.eclipse.draw2d”的插件,但是你的plugins目录下有对应的目录(或.jar文件),则可能是插件无法加载。在Eclipse中打开Error Log(Window->Show View->Error Log),看看插件是org.eclipse.draw2d的地方有没有列出错误。还要确保您正在运行的 Eclipse 实例实际上来自 /opt/eclipse/。
-
org.eclipse.draw2d 版本为“0.0.0”是怎么回事?可能是因为没有0.0.0版本所以找不到draw2d!
-
您是从存储库还是从 eclipse.org 安装 Eclipse?除了这个,你还能安装其他插件吗?我之所以问,是因为我在使用 Ubuntu 存储库中的 Eclipse 版本安装插件时遇到了问题。
标签: java eclipse-plugin