aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/javaws.in
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/javaws.in')
-rw-r--r--launcher/javaws.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/launcher/javaws.in b/launcher/javaws.in
new file mode 100644
index 0000000..46ea918
--- /dev/null
+++ b/launcher/javaws.in
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+JAVA=@JAVA@
+LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
+LAUNCHER_FLAGS=-Xms8m
+CLASSNAME=net.sourceforge.jnlp.runtime.Boot
+BINARY_LOCATION=@JAVAWS_BIN_LOCATION@
+PROGRAM_NAME=javaws
+
+${JAVA} ${LAUNCHER_BOOTCLASSPATH} ${LAUNCHER_FLAGS} \
+ -Dicedtea-web.bin.name=${PROGRAM_NAME} \
+ -Dicedtea-web.bin.location=${BINARY_LOCATION} \
+ ${CLASSNAME} \
+ $@