1

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

1 Answer 1

6

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
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.