Maven在我的Ubuntu安装中没有识别javac

时间:2013-02-26 00:59:56

标签: maven-2 javac ubuntu-11.10

我收到了这个错误:

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。无论哪种方式,我都很困惑如何解决这个问题。任何帮助将不胜感激!

0 个答案:

没有答案