Estou trabalhando no Eclipse uma noite (também usando o DDMS do Android na linha de comando). Na manhã seguinte, eu abro a tampa ... tentativa de executar o Eclipse e obter um erro.
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
Então, eu tentei descobrir onde meus JDKs estão apontados:
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
Tudo parece normal até agora ...
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, minhas máquinas virtuais foram excluídas ou movidas?
Provavelmente poderei reinstalar o Java, mas alguém tem alguma ideia de por que isso pode ter acontecido ou como evitar no futuro?