aboutsummaryrefslogtreecommitdiffstats
path: root/launcher
diff options
context:
space:
mode:
authorDenis Lila <[email protected]>2011-04-05 12:07:10 -0400
committerDenis Lila <[email protected]>2011-04-05 12:07:10 -0400
commit8c55999a5dd8968ba23a783b3bcdd904ab6a6460 (patch)
treea47f480261bf92d8d187c144408b071a6d0f5c5d /launcher
parent94f4e45da222d0fe4b322464c2f8ba89ad409c6f (diff)
Set class path to JRE/lib/rt.jar for both plugin and javaws.
Diffstat (limited to 'launcher')
-rw-r--r--launcher/javaws.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/javaws.in b/launcher/javaws.in
index 22d0120..df7a28d 100644
--- a/launcher/javaws.in
+++ b/launcher/javaws.in
@@ -6,6 +6,7 @@ LAUNCHER_FLAGS=-Xms8m
CLASSNAME=net.sourceforge.jnlp.runtime.Boot
BINARY_LOCATION=@JAVAWS_BIN_LOCATION@
PROGRAM_NAME=javaws
+CP=@JRE@/lib/rt.jar
JAVA_ARGS=
ARGS=
@@ -24,6 +25,7 @@ done
${JAVA} ${LAUNCHER_BOOTCLASSPATH} ${LAUNCHER_FLAGS} \
${JAVA_ARGS} \
+ -classpath ${CP} \
-Dicedtea-web.bin.name=${PROGRAM_NAME} \
-Dicedtea-web.bin.location=${BINARY_LOCATION} \
${CLASSNAME} \