How can I link source to a jar package in eclipse?
I am trying to add the external library ch.ntb.usb
.
I added the jar file to my build path, but when I tried to run the application it returned the following error:
The jar file ch.ntb.usb has no source attachment.
I've used JD-GUI to decompile the jar file and the source code is contained.
I doubt that you get that error when you only run the project unless you have an error in your code and eclipse debugger try to show the line of code that cause the exception, anyway you may need source files of a library for debugging purpose, to link source to a jar package in eclipse you can follow these simple steps :
I "Saved all sources" with jd-gui into my build path as ch.ntb.usb.src after unzipping the jar file. Then I set the source attachment of the external library to ch.ntb.usb.src. This fixed the issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With