Error when I execute mvn package.
Closed this issue · 2 comments
R-Gld commented
R-Gld commented
Fixed with installing the java jdk 8,
sudo apt install openjdk-8-jre openjdk-8-jdk
then write in the ~/.mavenrc
file this:
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
Thanks StackOverflow !
Have a good day :)
cr-mitmit commented
Awesome. Thanks.