Error: JAVA_HOME is not defined correctly.
We cannot execute
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin/java
He actualizado mi OSX a 10.8.4. Después de la actualización de OSX, actualicé mi JDK y JRE a 7. Pero recibo el error anterior cuando intento la creación de un proyecto de Maven.
Cuando ejecuto ls -al /System/Library/Frameworks/JavaVM.framework/Versions/
Recibo la siguiente respuesta
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
Para este ls -al /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin
No veo ningún contenido en CurrentJDK más.
Al ejecutar /usr/libexec/java_home
me sale:
/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home
Soy bastante nuevo en el trabajo con OS X. Avísame si podría haber perdido algún punto para que sea exitoso.