masterjoda99
masterjoda99

Reputation: 84

Why does my JAVA_HOME point to jre instead of jdk?

I want to compile a project on my manjaro system using mvn and every time I get this error:

The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK, not a JRE

Can somebody help?

Upvotes: 0

Views: 420

Answers (1)

masterjoda99
masterjoda99

Reputation: 84

Found the Solution myself:

sudo archlinux-java set <target java package name>

For Example:

sudo archlinux-java set java-15-jdk

Found this here: https://www.debugpoint.com/2021/02/install-java-arch/

Upvotes: 1

Related Questions