Skip to content

Commit

Permalink
added shell vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Aug 20, 2012
1 parent d5c2a7b commit 334ba0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shell_vars.txt
@@ -0,0 +1,8 @@


# set Java Home var
export JAVA_HOME="/Library/Java/JavaVirtualMachines/1.6.0_32-b05-420.jdk/Contents/Home"

export JAVA_HOME=`/usr/libexec/java_home -v 1.6`
or
export JAVA_HOME=`/usr/libexec/java_home -v 1.7`

0 comments on commit 334ba0e

Please sign in to comment.