Skip to content

Commit

Permalink
Bump Java wrapper script to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cdegroot-ebay committed Feb 2, 2015
1 parent f86584a commit a04feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
export DYLD_FALLBACK_LIBRARY_PATH="$BOXEN_HOME/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH"

if [ -x /usr/libexec/java_home ]; then
export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
fi

exec /usr/bin/java "$@"

0 comments on commit a04feb0

Please sign in to comment.