I have a new mac with Mavericks (ie without java). I installed java 8, but my grails project not supported java8, and I need to install java7. How I can to install java 7 manually (java installer will determine the java 8) without uninstalling existing java8?
Asked
Active
Viewed 48 times
2
-
See http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html – May 12 '15 at 10:59
-
1possible duplicate of [Installed Java 7 on Mac OS X but Terminal is still using version 6](http://stackoverflow.com/questions/12757558/installed-java-7-on-mac-os-x-but-terminal-is-still-using-version-6) – May 12 '15 at 11:00
2 Answers
0
check out which version is installed
java -version
download and install the version 1.7 from the oracle servers
this should work

Gandalf the Grey
- 69
- 9
-
no. Java 7 installer will closed without installation java 7 after detecting installed java 8. – monyag May 12 '15 at 11:06
0
Apple disabled older versions of Java. here is the link to the Oracle website. There are further information about new and old java jdk's on Apple Mac https://www.java.com/en/download/faq/java_mac.xml

Gandalf the Grey
- 69
- 9