I am using Eclipse Luna, JDK1.7, JBPM7 and Maven in MyProject
.
I want to debug my JBPM source files(TaskEventsServiceImpl.java,TaskContentServiceImpl.java)
, so i downloaded the Source files of JBPM
My Question :
How to add these files into my Project so that i can view the file(TaskContentServiceImpl.java)
when i search in Ctrl+Shift+R
?
WorkDone:
I added the following source folder in my Build Path of **MyProject** and Restarted my Eclipse
.
But i am not able to view the file in my Ctrl+Shift+R
.
Please, let me know the process of configuration so that i can view my source files when i search in Ctrl+Shift+R
.
I believe Ctrl+Shift+R will only show you resources in t he current work space. To open a file on the project class-path I believe Ctrl+Shift+T should do the trick.