Estoy trabajando en Eclipse una noche (también uso los DDMS de Android desde la línea de comandos). A la mañana siguiente, abro la tapa ... intento ejecutar Eclipse y aparece un error.
me$ sudo /Applications/eclipse/eclipse
JavaVM: requested Java version ((null)) not available. Using Java at "" instead.
JavaVM: Failed to load JVM: /bundle/Libraries/libserver.dylib
Entonces trato de averiguar a dónde apuntan mis JDK:
me$ ls -la /System/Library/Frameworks/JavaVM.framework/Versions/
total 64
drwxr-xr-x 12 root wheel 408 Nov 16 10:44 .
drwxr-xr-x 12 root wheel 408 Sep 7 09:39 ..
lrwxr-xr-x 1 root wheel 5 Sep 7 17:07 1.3 -> 1.3.1
drwxr-xr-x 3 root wheel 102 Dec 2 2009 1.3.1
lrwxr-xr-x 1 root wheel 10 Sep 7 17:07 1.4 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Sep 7 17:07 1.4.2 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Sep 7 17:07 1.5 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Sep 7 17:07 1.5.0 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Sep 7 17:07 1.6 -> CurrentJDK
drwxr-xr-x 9 root wheel 306 Nov 16 10:44 A
lrwxr-xr-x 1 root wheel 1 Sep 7 17:07 Current -> A
lrwxr-xr-x 1 root wheel 59 Sep 7 17:07 CurrentJDK -> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
Todo parece normal hasta ahora ...
me$ ls -la /System/Library/Java/JavaVirtualMachines/
total 0
drwxr-xr-x 2 root wheel 68 Nov 16 10:44 .
drwxr-xr-x 5 root wheel 170 Nov 16 10:44 ..
Aparentemente, ¿mis máquinas virtuales han sido eliminadas o movidas?
Probablemente podré simplemente volver a instalar Java, pero ¿alguien tiene alguna idea de por qué puede haber ocurrido esto o cómo prevenirlo en el futuro?
Apple lanzó una actualización de Java Hace una semana . ¿Tal vez algo salió mal durante la instalación?
—
Daniel Beck
Gracias por la punta, Daniel. lo instalé esa actualización específica y se instaló en la ubicación correcta.
—
weisjohn
¿Tu eclipse.ini especifica una ruta a la máquina virtual?
—
sweetfa