I'm debugging my application and I see that I have an exception in jar file which is built from completely separate Java project. I checked out this project from SVN.
How can I attach this project in Eclipse to开发者_C百科 my current project and debug this code as well?
You'll have to create a dependency of one project on the other.
Right Click on your project name > Properties > Java Build Path > Projects
Just make sure that both projects are in the same workspace.
精彩评论