aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/itweb-settings.in
Commit message (Collapse)AuthorAgeFilesLines
* Synchronized launchers to be from one sourceJiri Vanek2013-05-201-29/+0
|
* Added dialogue to allow setting of custom JREJiri Vanek2013-04-121-1/+1
|
* Plugin is now honoring the custom jreJiri Vanek2013-04-041-2/+7
|
* Launchers made aware of custom set JREJiri Vanek2013-03-211-0/+9
| | | | | | * 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.
* 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/+15
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.