changeset 1542:07c6f970a4c9 icedtea-web-1.7.2

Replaced hardcoded javaws.jar by netx.jar
author Jiri Vanek <jvanek@redhat.com>
date Mon, 11 Mar 2019 19:48:20 +0100
parents 800760cec13a
children faa675cbd983
files launcher/launchers.bat.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/launcher/launchers.bat.in	Mon Mar 11 17:23:35 2019 +0100
+++ b/launcher/launchers.bat.in	Mon Mar 11 19:48:20 2019 +0100
@@ -89,7 +89,7 @@
   set "BINARY_LOCATION=%ITW_HOME%/bin/%PROGRAM_NAME%.bat"
   set "SPLASH_LOCATION=%ITW_HOME%/share/icedtea-web/javaws_splash.png"
   set "RUN_ARGS_LOCATION=%ITW_HOME%/bin/itw-modularjdk.args"
-  set "NETX_JAR=%ITW_HOME%/share/icedtea-web/javaws.jar"
+  set "NETX_JAR=%ITW_HOME%/share/icedtea-web/netx.jar"
   set "PLUGIN_JAR=%ITW_HOME%/share/icedtea-web/plugin.jar"
   set "JSOBJECT_JAR=%ITW_HOME%/share/icedtea-web/jsobject.jar"
   set "LAUNCHER_BOOTCLASSPATH=-Xbootclasspath/a:!NETX_JAR!;!PLUGIN_JAR!;!JSOBJECT_JAR!;%ITW_HOME%/win-deps-runtime/tagsoup.jar;%ITW_HOME%/win-deps-runtime/js.jar;%ITW_HOME%/win-deps-runtime/mslinks.jar"