aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/itweb-settings.in
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/itweb-settings.in')
-rw-r--r--launcher/itweb-settings.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/launcher/itweb-settings.in b/launcher/itweb-settings.in
new file mode 100644
index 0000000..49d2460
--- /dev/null
+++ b/launcher/itweb-settings.in
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+JAVA=@JAVA@
+LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
+LAUNCHER_FLAGS=-Xms8m
+CLASSNAME=net.sourceforge.jnlp.controlpanel.CommandLine
+BINARY_LOCATION=@ITWEB_SETTINGS_BIN_LOCATION@
+PROGRAM_NAME=itweb-settings
+
+${JAVA} ${LAUNCHER_BOOTCLASSPATH} ${LAUNCHER_FLAGS} \
+ -Dicedtea-web.bin.name=${PROGRAM_NAME} \
+ -Dicedtea-web.bin.location=${BINARY_LOCATION} \
+ ${CLASSNAME} \
+ $@
+