Skip to content

Commit

Permalink
Fix -jar bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Jun 3, 2013
1 parent 6e6f604 commit 2083fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/macosx/Contents/MacOS/h2o
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jar_file="${H2O_DIR}/H2OLauncher.jar"

# Run H2OLauncher in the background.
cd $H2O_DIR
$JAVA_HOME/bin/java -ea -cp ${jar_file} water.Boot 1> /tmp/h2olauncher.out 2> /tmp/h2olauncher.err &
$JAVA_HOME/bin/java -ea -jar ${jar_file} 1> /tmp/h2olauncher.out 2> /tmp/h2olauncher.err &

0 comments on commit 2083fd5

Please sign in to comment.