简体   繁体   English

Eclipse 4.5.1。 -DTP插件-捆绑org.eclipse.core.runtime

[英]Eclipse 4.5.1. - DTP Plugin - bundle org.eclipse.core.runtime

I am trying to install the DTP plugin for Eclipse on the most recent Eclipse version (4.5.1.), but I always get this error: 我正在尝试在最新的Eclipse版本(4.5.1。)上为Eclipse安装DTP插件,但是我总是会收到此错误:

"bundle org.eclipse.core.runtime was not found.bundle org.eclipse.core.runtime [3.12.0,4.0.0)' but it could not be found Cannot satisfy dependency" “未找到捆绑包org.eclipse.core.runtime。捆绑包org.eclipse.core.runtime [3.12.0,4.0.0)',但找不到它不能满足依赖关系”

I tried changing the preference settings, different versions of the plugin - nothing works. 我尝试更改首选项设置,插件的不同版本-没有任何效果。

Anybody any advice on how to fix this? 有人对如何解决这个问题有任何建议吗?

Best Chris 最佳克里斯

The error is saying the code requires version 3.12.0 of org.eclipse.core.runtime as a minimum - but the version in Eclipse 4.5.1 is only 3.11.1. 错误是说代码至少需要org.eclipse.core.runtime 3.12.0版-但Eclipse 4.5.1中的版本仅为3.11.1。

Version 3.12.0 of org.eclipse.core.runtime is in the development versions of Eclipse 4.6 so it looks like you are trying to install a version of DTP intended for Eclipse 4.6 org.eclipse.core.runtime版本3.12.0在Eclipse 4.6的开发版本中,因此您似乎正在尝试安装用于Eclipse 4.6的DTP版本。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 由于 org.eclipse.core.runtime 无法启动 eclipse - Can not start eclipse due to org.eclipse.core.runtime 引导错误包含org.eclipse.core.runtime包,但不是osgi.bundles出现故障 - Boot error contains org.eclipse.core.runtime bundle, but it isn't osgi.bundles at fault 无法解析模块/未解决的需求 org.eclipse.core.runtime - Could not resolve module / unresolved requirement org.eclipse.core.runtime 无法获得应用程序服务。 确保解析并启动了org.eclipse.core.runtime包(请参阅config.ini) - Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini) 打开时 STS 崩溃,无法获取应用程序服务。 确保 org.eclipse.core.runtime 包已解析并启动 - Crash STS when open with Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started 如何将“org.eclipse.core:org.eclipse.core.runtime:3.7.0”库添加到Intellij ant build中 - How do you add 'org.eclipse.core:org.eclipse.core.runtime:3.7.0' library to Intellij ant build Eclipse 4.5.1。 (MARS.1)找不到方法:setDefaultEditor - Eclipse 4.5.1. (MARS.1) Method not found: setDefaultEditor 将m2eclipse插件安装到Indigo的问题:'bundle org.eclipse.zest.core 0.0.0'找不到 - Problems installing m2eclipse plugin to Indigo: 'bundle org.eclipse.zest.core 0.0.0' could not be found 引起:java.lang.ClassNotFoundException:org.eclipse.core.runtime.Plugin - Caused by: java.lang.ClassNotFoundException: org.eclipse.core.runtime.Plugin Eclipse DTP新驱动程序定义 - Eclipse DTP new driver definition
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM