Skip to content

Instantly share code, notes, and snippets.

@marknorgren
Last active August 29, 2015 13:58
Show Gist options
  • Save marknorgren/10190338 to your computer and use it in GitHub Desktop.
Save marknorgren/10190338 to your computer and use it in GitHub Desktop.
JAVA_HOME 1.7.0_51-b13
  • objc[28567]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
  • http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8022291

/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home export PATH=$JAVA_HOME/bin:$PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment