Exception in thread "main" java.lang.Error: Unresolved compilation problem:

记录JAVA异常第一天 ⊙﹏⊙∥


Exception in thread "main" java.lang.Error: Unresolved compilation problem


错误地方

代码意图:

  • 输出“Hello, this is my first blog! ”这个字符串

修改方式

  • System.out.println("Hello, this is my first blog! ");移动到main()方法内部

修改后效果:

修改后

出错可能原因

  • 本应放在方法中,构成方法的方法体,放在了方法的外边

备注

  1. 这个异常也可能有其他的出错原因,并不单只有这种问题,编译器才会出现这种报错提示;

  2. 除了这种修改方式外,可能还存在其他修改方式;

posted @ 2021-05-08 08:54  nerverSeeAgain  阅读(395)  评论(0)    收藏  举报