We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43abc5f commit 8b555dfCopy full SHA for 8b555df
run-demo.bash
@@ -19,5 +19,5 @@ fi
19
#
20
# Run a WorldWind Demo
21
22
-echo Running $WWDEMO
23
-java -Xmx1024m -classpath "./worldwind.jar;./worldwindx.jar;./gdal.jar;./jogl-all.jar;./gluegen-rt.jar" $WWDEMO
+echo Running ${WWDEMO}
+java -Xmx1024m -classpath ./worldwind.jar:./worldwindx.jar:./gdal.jar:./jogl-all.jar:./gluegen-rt.jar ${WWDEMO}
0 commit comments