【问题标题】:How to solve import org.eclipse.debug?如何解决导入 org.eclipse.debug?
【发布时间】:2015-01-23 22:03:24
【问题描述】:

我是 eclipse 插件开发的新手。我正在尝试按照http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fdebug.htm 中的描述实现 ILaunchConfigurationDelegate,但我无法导入 org.eclipse.debug.core 包。报这个错误:“无法解析导入的org.eclipse.debug”。

我正在使用来自 Ubuntu 存储库的 Eclipse 平台 3.8.1。

【问题讨论】:

    标签: eclipse eclipse-plugin


    【解决方案1】:

    您需要将您的插件所需的所有捆绑包添加到文件META-INF/MANIFEST.MF。如果双击该文件,Eclipse 将打开一个舒适的编辑器。

    不要因选项过多而气馁,Eclipse 插件用途广泛。

    查找“依赖项”。应该有一个“添加...”按钮。在下一个对话框中输入org.eclipse.debug.core,Eclipse 应该会设置好所有内容。

    【讨论】:

      猜你喜欢
      • 2016-10-09
      • 1970-01-01
      • 2020-03-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-01-15
      • 2017-12-23
      • 2011-09-13
      相关资源
      最近更新 更多