I have uninstalled java 8 and only have java 7 on my machine but I get the following error when I try to compile using maven
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
1:compile (default-compile) on project MyApp: Fatal error compiling: invalid target release: 1.8 -> [Help 1]
我无法从Windows / system32或64中删除java * .exe文件,因为我不是管理员,也没有选项可以访问它们。还有其他方法可以解决这个问题吗?
另外,当我执行$ java -version或$ javac - version时,我没有收到任何错误,并且显示了java7版本。