aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/javaws.in
Commit message (Collapse)AuthorAgeFilesLines
* Added dialogue to allow setting of custom JREJiri Vanek2013-04-121-1/+1
|
* Plugin is now honoring the custom jreJiri Vanek2013-04-041-4/+9
|
* Launchers made aware of custom set JREJiri Vanek2013-03-211-0/+10
| | | | | | * luncher/itweb-settings.in: * launcher/javaws.in: are now scanning ~/.icedtea/deployment.properties and /etc/.java/.deploy/deployment.properties for deployment.jre.dir property. If found, then its java and rt.jar are used to launch applications.
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-021-0/+12
|
* launcher/javaws.in: java is now launched by execJiri Vanek2012-08-211-1/+1
|
* PR804: javaws launcher incorrectly handles file names with spacesOmair Majid2011-10-251-12/+42
| | | | | | | | | 2011-10-25 Omair Majid <[email protected]> PR804: javaws launcher incorrectly handles file names with spaces * NEWS: Update. * launcher/javaws.in: Use bash arrays to store arguments to handle filenames with spaces correctly.
* Set class path to JRE/lib/rt.jar for both plugin and javaws.Denis Lila2011-04-051-0/+2
|
* fix broken -J command line argumentsOmair Majid2011-03-281-1/+19
| | | | | | 2011-03-28 Omair Majid <[email protected]> * launcher/javaws.in: Split out -J arguments and pass it to the JVM.
* 2011-03-21 Matthias Klose <[email protected]>doko2011-03-211-1/+1
| | | | | * launcher/itweb-settings.in: Use /bin/sh as interpreter. * launcher/javaws.in: Likewise.
* Replace binary launchers with shell scriptsOmair Majid2011-03-101-0/+14
2011-03-10 Omair Majid <[email protected]> Replace native launchers with shell scripts * NEWS: Update. * Makefile.am (LAUNCHER_BOOTCLASSPATH): Remove leading -J. (LAUNCHER_SRCDIR), (LAUNCHER_OBJECTS), (NETX_LAUNCHER_OBJECTS), (CONTROLPANEL_LAUNCHER_OBJECTS), (LAUNCHER_FLAGS), (LAUNCHER_LINK): Remove. (edit_launcher_script): New function. (all-local): Depend on new launcher targets. (clean-local): Depend on clean-launchers. (.PHONY): Add clean-launchers. (install-exec-local): Use new launcher paths. (clean-launchers): New target. ($(NETX_DIR)/launcher/%.o), ($(NETX_DIR)/launcher/controlpanel/%.o), ($(NETX_DIR)/launcher/javaws), ($(NETX_DIR)/launcher/controlpanel/itweb-settings): Remove. (launcher.build/javaws): New launcher. (launcher.build/itweb-settings): Likewise. * launcher/itweb-settings.in, * launcher/javaws.in: New file. * netx/net/sourceforge/jnlp/Launcher.java (launchExternal), * netx/net/sourceforge/jnlp/controlpanel/CommandLine.java (CommandLine): Use new system properties to find paths and program names.