标签:
问题如下:
I faced the following strange error
Error: java: System Java Compiler was not found in classpath
The solution that fixed my problem was as follows:
In:
Project Settings > Compiler > Java Compiler
I changed the drop down Use compiler
from Javac
to Eclipse
!
Non of the other solutions I found on the web was helpful. Hope this helps you my unknown fellow reader.
IMPORTANT: THIS HAD NOTHING TO DO WITH MY JAVA_HOME AS IT WAS SET CORRECTLY.
Intellij编译时报“java: System Java Compiler was not found in classpath”
标签:
原文地址:http://www.cnblogs.com/elvalad/p/4177009.html