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 my current project and debug this code as well?
asked Sep 11, 2011 at 11:01
danny.lesnik
18.6k31 gold badges142 silver badges206 bronze badges
1 Answer 1
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.
answered Sep 11, 2011 at 11:12
Ali
12.7k10 gold badges57 silver badges83 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
lang-java