null JavaCompiler in Eclipse

后端 未结 2 648
走了就别回头了
走了就别回头了 2021-01-18 12:36

I am getting some errors with my Java Compiler. I am not getting errors outside of Eclipse, but it only seems to happen in Eclipse Indigo. This is not necessary, but if you

2条回答
  •  温柔的废话
    2021-01-18 13:12

    It happens when you use the JRE as Standard VM in Eclipse. Please use the JDK as Standard VM. It will work then.

    Have a look at this.

    For more information in setting the java VM see Running Eclipse#Setting the java VM

提交回复
热议问题