Error: JAVA_HOME is not defined correctly.
We cannot execute
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin/java
Ho aggiornato il mio OSX a 10.8.4. Dopo l'aggiornamento OSX ho aggiornato il mio JDK e JRE a 7. Ma sto ottenendo l'errore sopra quando sto cercando di costruire il progetto Maven.
Quando eseguo ls -al /System/Library/Frameworks/JavaVM.framework/Versions/
Ottengo la risposta di sotto
drwxr-xr-x 11 root wheel 374 Jul 22 22:33 .
drwxr-xr-x 10 root wheel 340 Jul 22 18:30 ..
lrwxr-xr-x 1 root wheel 10 Jul 22 18:30 1.4 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Jul 22 18:30 1.4.2 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Jul 22 18:30 1.5 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Jul 22 18:30 1.5.0 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Jul 22 18:30 1.6 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Jul 22 18:30 1.6.0 -> CurrentJDK
drwxr-xr-x 7 root wheel 238 Jul 22 18:30 A
lrwxr-xr-x 1 root wheel 1 Jul 22 18:30 Current -> A
lrwxr-xr-x 1 root wheel 59 Jul 22 18:30 CurrentJDK -> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
Per questo ls -al /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin
Non vedo più alcun contenuto in CurrentJDK.
In esecuzione /usr/libexec/java_home
Ottengo:
/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home
Sono praticamente nuovo a lavorare con OS X. Fatemi sapere se potrei aver perso qualche punto nel riuscire a farlo.