出现compiler error怎么办
1、运行代码,发现出现了internal java compiler error错误。

2、找到Target bytecode version,会发现它的version为1.5。

3、将version改为8,就可以解决internal java compiler error错误了。

1、运行代码,发现出现了internal java compiler error错误。
2、找到Target bytecode version,会发现它的version为1.5。
3、将version改为8,就可以解决internal java compiler error错误了。