eclipse - java 7 install on mac broken/ incomplete? -
i installed java 7 (both jdk , jre) on mac (osx 10.10.3). java preferences shows installed version correctly (1.7.0_80) output of "java -version". seems path/ environment variables not updated since /system/library/frameworks/javavm.framework/versions still showing 1.6 , not 1.7. programs eclipse looking java 7 or later in path hence failing run.
any suggestions ?
it's in different location now: /library/java/javavirtualmachines/
.
for instance, on machine:
$ ls /system/library/frameworks/javavm.framework/versions 1.4 1.4.2 1.5 1.5.0 1.6 1.6.0 current currentjdk $ ls /library/java/javavirtualmachines/ jdk1.7.0_67.jdk jdk1.8.0_20.jdk jdk1.8.0_45.jdk
Comments
Post a Comment