找不到 Javac 编译器apt 安装 openjdk-8-jdk-无头
2022-09-03 01:14:40
我尝试并收到此消息:mvn install
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.
好吧,有一个开放的jdk,我还下载了另一个。我试图将JAVA_HOME指向两者,现在它已设置:
JAVA_HOME=/usr/lib/jvm/jdk1.7.0_03
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH
我还尝试选择其中一个打开,但其中不同的jdk版本也出现了相同的错误。sudo update-alternatives --config java
我该如何解决这个问题?提前致谢。