While debugging the code of my project(in Eclipse), I saw this message
Class File Editor
-----------------------------------------------------------------------------
Source not found
The source attachment does not contain the source for the file Call.class
You can change the source attachment by clicking Change Attached source below
(Button)--->Change Attached Source...
When I press the button Change Attached Source...
, it asks about the location containing the source for axis.jar
(but Call.class
is inside the axis.jar
). I already have the axis.jar
in my Java Build Path for sure, but even locating again, still the problem exists. Is it because I'm making some redundancy for debugging a class or because I have the axis.jar
in more than one library?