eclipse - Where is Java 1.8 installed on OS X El Capitan? -
i installed jre-8u72-macosx-x64.dmg
this page, installation worked well.
however, when type /usr/libexec/java_home -v 1.8
returns:
unable find jvms matching version "1.8". /library/java/javavirtualmachines/jdk1.7.0_80.jdk/contents/home
does know java 1.8 installed?
ps: need install eclipse ide java developers
, requires java 1.8+ vm
.
you should install jdk 1.8, using jre. on os x, installing jre doesn't make available system default available applications.
as of january 2016, can download jdk 1.8 mac http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
because oracle tends change urls, link might go dead. best web search "jdk mac" or similar find latest version.
Comments
Post a Comment