mvn -version
The JAVA_HOME environment variable is not defined correctly,
this environment variable is needed to run this program.
Asked
Active
Viewed 19 times
0

Markus
- 5,976
- 5
- 6
- 21

Mohammad Bhuiyan
- 1
- 1
-
1Does this answer your question? [How to set JAVA\_HOME environment variable on Mac OS X 10.9?](https://stackoverflow.com/questions/22842743/how-to-set-java-home-environment-variable-on-mac-os-x-10-9) – Jiho Kim Sep 25 '22 at 05:51
-
echo $JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home mohammadbhuiyan@Mohammads-MacBook-Pro ~ % mvn -version The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this program. – Mohammad Bhuiyan Sep 25 '22 at 16:29