如何在Eclipse中添加开源代码文件,以便“Ctrl + Shift + R”显示源代码文件?

时间:2014-12-13 12:20:29

标签: java eclipse eclipse-plugin m2eclipse jbpm

我正在使用Eclipse Luna, JDK1.7, JBPM7 and Maven in MyProject

我想调试JBPM source files(TaskEventsServiceImpl.java,TaskContentServiceImpl.java),所以我下载了Source files of JBPM

我的问题:

如何将这些文件添加到我的项目中,以便在file(TaskContentServiceImpl.java)中搜索时可以查看Ctrl+Shift+R

WorkDone:

我在Build Path of **MyProject** and Restarted my Eclipse添加了以下源文件夹。 但我无法在Ctrl+Shift+R

中查看该文件

请告诉我配置过程,以便在Ctrl+Shift+R搜索时可以查看我的源文件。

1 个答案:

答案 0 :(得分:1)

我相信Ctrl + Shift + R只会显示当前工作空间中的资源。要在项目类路径上打开文件,我相信 Ctrl + Shift + T 应该可以解决问题。