开发者

Debugging Jar file in eclipse

开发者 https://www.devze.com 2023-04-03 21:13 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消