Indigo 目标平台缺少 javax.xml
我正在使用 Eclipse Indigo,并且在设置 indigo RCP 目标平台时遇到问题。
该平台由“EclipseLink”和“Eclipse RCP SDK”库组成。我已使用更新站点来选择捆绑包。
现在,当我查看“目标平台状态视图”时,它告诉我:
Missing Constraint: Import-Package: javax.xml; version=[1.3.0,2.0.0)
当我启动 RCP 示例时,它告诉我同样的情况(启用“启动前验证插件”)在启动期间引发异常,但是开始。
你知道这个错误的原因吗,或者为什么我在任何地方都找不到这个插件?
PS:插件javax.xml.stream缺少javax.xml
问候马库斯
I'm using Eclipse Indigo and have problems with the setup of an indigo RCP target platform.
The Platform consists of the 'EclipseLink' and the 'Eclipse RCP SDK' libraries. I have used the update site to select the bundles.
Now, when I look to the "Target Platform State-View" it tells me:
Missing Constraint: Import-Package: javax.xml; version=[1.3.0,2.0.0)
When I start an RCP sample it tells me the same (with "Validate Plugins prior to startup" enabled) throws an exception during startup, but starts.
Do you know the reason of this error, or why I cant find this plugin anywhere?
PS: The plugin javax.xml.stream is missing javax.xml
Regards Markus
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数 javax.* 包默认不可用。我通常使用 Eclipse Orbit 存储库来获取它们:
http://www.eclipse.org/orbit/
他们提供了一个更新站点/p2 存储库,可以在其中找到 javax 包。
Most of the javax.* packages are not available by default. I ususally use the Eclipse Orbit repositories to pull them in:
http://www.eclipse.org/orbit/
They provide an update site/p2 repository where the javax packages can be found.