eclipse - Where's the JVM path for Java 6 / 1.6 OS X 10.10 Yosemite? -
i can find latest update java 1.8 @
ls /library/java/javavirtualmachines/
which lists
jdk1.8.0_05.jdk
and not java 1.6 installed next updating yosemite?
i need java 6 legacy product i'm maintaining, , eclipse ide
since's it's lastly version of java built , maintained apple it's on different path, under /system
, not /library
:
>ls -l /system/library/frameworks/javavm.framework/versions/
gives:
1.4 1.4.2 1.5 1.5.0 1.6 1.6.0 current currentjdk
running command /usr/libexec/java_home -v
shows locations of various installed java versions, sample output:
matching java virtual machines (3): 1.8.0_25, x86_64: "java se 8" /library/java/javavirtualmachines/jdk1.8.0_25.jdk/contents/home 1.6.0_65-b14-466.1, x86_64: "java se 6" /system/library/java/javavirtualmachines/1.6.0.jdk/contents/home 1.6.0_65-b14-466.1, i386: "java se 6" /system/library/java/javavirtualmachines/1.6.0.jdk/contents/home
java eclipse osx
No comments:
Post a Comment