本人使用操作系统为macOS 10.14.5;
java版本为: 11.0.3
Eclipse版本为:Version: 2019-03 (4.11.0)
代码如下:
报错信息为:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
List cannot be resolved to a type
ArrayList cannot be resolved to a type
Collections cannot be resolved
Syntax error, insert "}" to complete ClassBody
at line/line.Line.main(Line.java:8)
google后改了preference-Java-conpiler-compiler compliance level-11仍然报错.
Java萌新,求指导到底是哪里出了问题,不胜感激。