我需要Java5(而不是6),但是Snow Leopard仅随附Java6。
有/System/Library/Frameworks/JavaVM.framework/Versions/1.5
,但这仅指向1.6.0
:
$ ls -la /System/Library/Frameworks/JavaVM.framework/Versions/
lrwxr-xr-x 1 root wheel 5 Sep 24 20:12 1.3 -> 1.3.1
drwxr-xr-x 3 root wheel 102 Jul 21 07:35 1.3.1
lrwxr-xr-x 1 root wheel 10 Sep 24 20:12 1.5 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 Sep 24 20:12 1.5.0 -> CurrentJDK
lrwxr-xr-x 1 root wheel 5 Sep 24 20:12 1.6 -> 1.6.0
drwxr-xr-x 7 root wheel 238 Sep 24 20:12 1.6.0
drwxr-xr-x 8 root wheel 272 Sep 24 20:12 A
lrwxr-xr-x 1 root wheel 1 Sep 24 20:12 Current -> A
lrwxr-xr-x 1 root wheel 3 Sep 24 20:12 CurrentJDK -> 1.6
我可以从某个地方安装real 1.5吗?
最佳答案
这是指向downgrading Snow Leopard to Java 1.5的链接
关于java - 雪豹上的Java5,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/1541876/