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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -