在Eclipse Kpler中使用ProjectExplorer时,编译器显示错误消息

时间:2014-07-31 19:29:38

标签: eclipse eclipse-kepler

我在Kepler中使用以下代码:

ProjectExplorer projExplorer = (ProjectExplorer) PlatformUI.getWorkbench().getActiveWorkbenchWindow().
getActivePage().findView(IPageLayout.ID_PROJECT_EXPLORER);

我添加了org.eclipse.ui.navigator.resources.jar,但是,当我编译项目时,它会显示一条错误消息:

The type org.eclipse.ui.navigator.CommonNavigator cannot be resolved. It is indirectly referenced from required .class 

文件

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

CommonNavigator位于org.eclipse.ui.navigator插件中,因此请将其添加到插件的依赖项中。