Cybereason/Logout4Shell

Error when I execute mvn package.

Closed this issue · 2 comments

R-Gld commented

Hi, I try to use Logout4Shell but I can't build the project with maven. Any ideas to fix this ?
image

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 :)

Awesome. Thanks.