【发布时间】:2021-05-15 18:16:33
【问题描述】:
[https://i.stack.imgur.com/iKE4t.png]]
I have no code in my main method, or any separate classes. I'm still getting errors.
public static void main(String[] args) {
}
However the debugger say main() is throwing Error(id=23)
===========================================================
Unresolved compilation problem: Unhandled exception type FileNotFoundException
【问题讨论】:
-
是 java.awt.Canvas 吗?
-
是的,我删除了它,但我仍然遇到同样的问题。我试图在我的构建路径中包含文件,但我做错了。我通过 Eclipse IDE 的问题部分发现了这一点。显然,有比控制台或调试器中更明确的信息。
标签: java eclipse debugging main throws