How can I check on debug symbol status with Eclipse?
While discussing another question I asked, @Aaron Digulla pointed out the following: If you installed the Java SDK, there should be a "src.zip" file in the root directory of the Java installation. If it's missing, download Java again. Eclipse should find the source automatically and show it to you when you open the type JTable (or when you click on the line in the stack trace). The file src.zip is present for me, but I still can't access the source of JTable like @Aaron said. What could be the problem? How can I solve this with Eclipse? The "Unknown Source" worries me, though. it means your