【发布时间】:2013-08-22 09:55:45
【问题描述】:
我有以下问题。
我有一个基于 OSGI 的应用程序,我需要使用库 org.chromiunm.debug.ui。我将此库和所有相关库添加到目标平台。
我想在 org.chromium.sdk.ui.launcher 包中的这个库中使用的类。为此,我在清单文件中添加以下行:
Import-Package: org.chromium.debug.ui
在 Eclipse 开发过程中,这个类是正确可见的,我可以使用它。但在运行时第一次访问时出现错误:
java.lang.NoClassDefFoundError: org/chromium/debug/ui/launcher/WipLaunchType
可能的问题是什么?
【问题讨论】:
标签: eclipse eclipse-plugin osgi eclipse-rcp bundle