I know this is a frequently asked question, but I have been looking for a solution to my problem online since yesterday and could not find anyone!
I use Eclipse Helios with Tomcat 6.0.2, when I ever try to debug my code with tomcat and eclipse, I get a Source not found error message, this even applies to the code that I wrote myself and not only all jar files
I have the java build path set correctly, I also use jdk1.6.0 and configured it correctly so that is not a problem, it shows the code when I debug if I right-click on the debug console and go to Edit Source Lookup... .. Since this will only show the source code for this debugger launch, when I set it in Run -> Debug Configurations and in the Java Application window to work with Tomcat and in the source tab, I added my project and all the jar, but that will not work either! when I debug again and go to Edit Source Lookup... it doesn't show me the project files and jar that I saved there
Does anyone have any ideas what could happen?
java debugging eclipse tomcat
Hip hip array
source share