This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center




7年前关闭。




我正在使用Eclipse Juno。每当我尝试在任何程序上使用调试器时,编辑器窗格中都会出现一个名为URLClassLoader$1.run() line: not available的新窗口,并在其中显示一条消息,显示红色的"Source not found"。有什么帮助吗?提前致谢!

这是图片

最佳答案

发生这种情况是因为您(偶然)在URLClassLoader中的某个地方创建了一个断点。

在调试器透 View 中检查“Breakpoints” View (在“Variables” View 旁边)。应该有一个断点,该断点读取URLClassLoader$1.run()或至少读取URLClassLoader。选择并删除它。

10-06 00:40