Created
August 12, 2014 15:06
-
-
Save kyamagu/04471ddd4c0e7c9f5181 to your computer and use it in GitHub Desktop.
Command to find JAVA_HOME in OS X. Needed to use older Matlab that is not compatible with Java 1.7.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java_home -v "1.6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment