无法在 Eclipse 中安装插件 (jpbm)
我在 eclipse 中安装插件时遇到了一个主要问题。我使用的是 ubuntu 10.04 64 位并且安装了:
Eclipse SDK 版本:3.6.0 构建 ID:I20100608-0911
(不是通过使用 apt-get,通过 apt-get 我得到了 galileo,但该版本效果不佳)
我想要安装的插件是:http://sourceforge.net/projects/jbpm/files /jBPM%203/jbpm-jpdl-3.2.7/ 我必须使用这个插件,因为它与 alresco (dms) 兼容
我尝试通过 dropin 和正常方式安装该插件:
Help-> ;安装新软件->添加->存档 ->选择下载的*.jar
。
当我点击“确定”时,我收到以下错误消息:
“无法找到 jar:file:/home/xyxyx/jbpm.jar”
我尝试通过提取 jar 来解决它,但没有成功。将 jar 放入插件文件夹并更改权限不会有帮助!我还在几个系统上尝试了不同版本的 eclipse。没有成功!
我一整天都在寻找解决方案!我尝试了在 stackoverflow 上找到的一些建议。我不使用代理。我把更新系统改成经典了!现在我不知道该怎么办了。
除了安装JDK之外,在ubuntu上使用eclipse之前我还需要配置什么特别的吗?
I have a major problem with installing plugins in eclipse. I'm using ubuntu 10.04 64 bit and I installed:
Eclipse SDK
Version: 3.6.0
Build id: I20100608-0911
(Not by using the apt-get, via apt-get I get galileo, but that version didn't work as well)
The Plugin I want to install is: http://sourceforge.net/projects/jbpm/files/jBPM%203/jbpm-jpdl-3.2.7/ I have to use this plugin because its compatible with alresco (dms)
I tried to install the plugin via dropin and the normal way:
Help->Install new Software-> Add -> Archive -> select the downloaded *.jar
.
When I hit OK, I get the following error message:
"Could not find jar:file:/home/xyxyx/jbpm.jar"
I tried to solve it by extracting the jar but no success. Putting the jar into the plugins folder and changing permissions won't help! I also tried different versions of eclipse on several systems. No success!
I have been looking for a solution all day! I tried some advice I found on stackoverflow. I don't use a proxy. I changed the update system to classic! Now I don't know what to do anymore.
Anything special I have to configure before I use eclipse on ubuntu besides installing the JDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用以下命令运行已安装的程序:
另一方面,您可能想要使用 JBoss IDE< /a> 集成了对 jBPM 的支持。
Try to run the installed using the following command:
On the other hand, you may want to use JBoss IDE which has integrated support for jBPM.