Skip to content

Commit 2083fd5

Browse files
committed
Fix -jar bug.
1 parent 6e6f604 commit 2083fd5

File tree

1 file changed

+1
-1
lines changed
  • installer/macosx/Contents/MacOS

1 file changed

+1
-1
lines changed

installer/macosx/Contents/MacOS/h2o

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jar_file="${H2O_DIR}/H2OLauncher.jar"
99

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

0 commit comments

Comments
 (0)