The current script only picks up command line args
exec $JAVA -cp $CLASSPATH mil.nga.giat.geowave.core.cli.GeoWaveMain "$@"
And should get updated to something that would check for system properties
exec $JAVA $GEOWAVE_TOOL_JAVA_OPT -cp $CLASSPATH mil.nga.giat.geowave.core.cli.GeoWaveMain "$@"
The current script only picks up command line args$CLASSPATH mil.nga.giat.geowave.core.cli.GeoWaveMain "$ @"
exec $JAVA -cp
And should get updated to something that would check for system properties$CLASSPATH mil.nga.giat.geowave.core.cli.GeoWaveMain "$ @"
exec $JAVA $GEOWAVE_TOOL_JAVA_OPT -cp