There is an error in invoking javac. A full JDK (not just JRE) is required

配置好Web项目后,在测试http://localhost/index.jsp的时候报“There is an error in invoking javac. A full JDK (not just JRE) is required”。

解决办法:在Window-->preferences-->Java-->Installed JREs下,把jre home 改为jdk下的jre,然后重启eclipse就好了。

你可能感兴趣的:(There is an error in invoking javac. A full JDK (not just JRE) is required)