Skip to content

Instantly share code, notes, and snippets.

@kyamagu
Created August 12, 2014 15:06
Show Gist options
  • Save kyamagu/04471ddd4c0e7c9f5181 to your computer and use it in GitHub Desktop.
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.
#!/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