在 Eclipse Indigo 中安装 JBoss Tools 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9926068/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Installing JBoss Tools plugin in Eclipse Indigo
提问by MinastionLyg
I tried to install JBoss AS Tools in Eclipse (Indigo) and failed. I get error with this description:
我尝试在 Eclipse (Indigo) 中安装 JBoss AS Tools 并失败了。我收到此描述的错误:
An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,com.springsource.javax.jms,1.1.0
收集要安装的项目时发生错误会话上下文是:(profile=SDKProfile,phase=org.eclipse.equinox.internal.p2.engine.phases.Collect,operand=,action=)。未找到包含以下内容的存储库:osgi.bundle,com.springsource.javax.jms,1.1.0
I searched web and only thing that worked for some is running eclipse -cleanbut not for me. I have also updated Eclipse to latest version. Any other ideas?
我搜索了网络,唯一对某些人有用的东西是运行eclipse -clean但不适合我。我也将 Eclipse 更新到最新版本。还有其他想法吗?
回答by Aklovo
To install JBoss Tools, start up Eclipse then: Help > Install New Software... > and add this URL: http://download.jboss.org/jbosstools/updates/stable/indigo/
要安装 JBoss 工具,请启动 Eclipse,然后:帮助 > 安装新软件... > 并添加此 URL:http: //download.jboss.org/jbosstools/updates/stable/indigo/
--> If you have eclipse helios add this one: http://download.jboss.org/jbosstools/updates/stable/indigo/
--> 如果你有 eclipse helios 添加这个:http: //download.jboss.org/jbosstools/updates/stable/indigo/
You can also download Update Zips (Archived p2 Repos) for offline installation, but DO NOT UNPACK THEM into your Eclipse root or dropins folder! Next, install into Eclipse using
您还可以下载 Update Zips (Archived p2 Repos) 进行离线安装,但不要将它们解压到您的 Eclipse 根目录或 dropins 文件夹中!接下来,使用安装到 Eclipse
Help > Install New Software... > Add... > Archive...
帮助 > 安装新软件... > 添加... > 存档...
http://www.jboss.org/tools/download/stable/3_2_GA.html
http://www.jboss.org/tools/download/stable/3_2_GA.html
I hope this help you.
我希望这对你有帮助。