我收到了这个错误:
Compilation failure
Unable to locate the Javac Compiler in:
/usr/lib/jvm/java-7-openjdk-amd64/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.
现在我在.bashrc
文件中设置了一些信息,如下所示:export PATH=$PATH:/usr/lib/jvm/java-6-openjdk/bin
。我也在/ etc / profile文件中做过。但它仍然失败。但我注意到上述错误仍然是jre
而不是jvm
。我真的不明白为什么这样做。当我which javac
时,它会将我引导至/usr/bin/javac
。这个文件究竟是什么?似乎Ubuntu默认使用JRE而不是SDK。无论哪种方式,我都很困惑如何解决这个问题。任何帮助将不胜感激!