Eclipse插件中的ClassNotFoundException

时间:2014-08-05 16:00:15

标签: java eclipse-plugin osgi

我正在编写一个Eclipse插件,它使用插件'org.eclipse.team.svn.core'中的类org.eclipse.team.svn.core.utility.SVNUtility。

我在Require-Bundle标头中指定了插件并导入了包:

Require-Bundle: org.eclipse.team.svn.core
Import-Package: org.eclipse.team.svn.core.utility

并检查包是否由svn插件导出。但是当我的插件的处理程序中引用该类时,我得到了

java.lang.ClassNotFoundException: org.eclipse.team.svn.core.utility.SVNUtility cannot be found by my.plugin.id_1.0.0.qualifier

我做错了什么?

1 个答案:

答案 0 :(得分:0)

哇,结果证明是非常愚蠢的 - -clean做了伎俩