Skip to content

Commit 8b555df

Browse files
committed
Repaired the Java classpath argument in run-demo.bash
1 parent 43abc5f commit 8b555df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-demo.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ fi
1919
#
2020
# Run a WorldWind Demo
2121
#
22-
echo Running $WWDEMO
23-
java -Xmx1024m -classpath "./worldwind.jar;./worldwindx.jar;./gdal.jar;./jogl-all.jar;./gluegen-rt.jar" $WWDEMO
22+
echo Running ${WWDEMO}
23+
java -Xmx1024m -classpath ./worldwind.jar:./worldwindx.jar:./gdal.jar:./jogl-all.jar:./gluegen-rt.jar ${WWDEMO}

0 commit comments

Comments
 (0)