Added RMS and clipping alert in tree view
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="top">
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.7</span>
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.12</span>
|
||||
</div>
|
||||
<div id="leftnav">
|
||||
<ul>
|
||||
@@ -19,26 +19,63 @@
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="changelog.html">Changelog</a></li>
|
||||
<li><a href="http://sourceforge.net/project/screenshots.php?group_id=95944">Screenshots</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.7">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.12">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/support">Support</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j">Project summary</a></li>
|
||||
<li><a href="http://sourceforge.net/tracker/?atid=613100&group_id=95944">Bug tracker</a></li>
|
||||
<li><a href="links.html">Links</a></li>
|
||||
</ul>
|
||||
<!--
|
||||
*** Spanish docs are outdated ***
|
||||
<ul style="margin-top: 20px; font-size: 75%">
|
||||
<li><a href="index.html">English</a></li>
|
||||
<li><a href="index_es.html">Español</a></li>
|
||||
</ul>
|
||||
-->
|
||||
<br />
|
||||
<a class="button" href="https://sourceforge.net/projects/launch4j/files/launch4j-3/3.12" rel="nofollow"><img alt="Downloads" src="https://img.shields.io/sourceforge/dm/launch4j.svg"></a>
|
||||
<a class="button" href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j" src="https://sourceforge.net/sflogo.php?type=10&group_id=95944"></a>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>Changelog</h2>
|
||||
|
||||
<h4>Changes in version 3.12 (17-05-2018)</h4>
|
||||
<ul class="changes">
|
||||
<li class="warn">Ticket #179, #183 The generated executable fully supports Java 9 and newer (Sergey Karpushin).</li>
|
||||
<li>Ticket #161 Support of update version higher than 99 (Sergey Karpushin).</li>
|
||||
<li>Ticket #177 Launching on Java 9 JDK and newer is now possible (not just JRE).</li>
|
||||
<li>Known issue: launch4j itself does not support Java 9 Early Access, use a public release instead or Java 10.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes in version 3.11 (27-06-2017)</h4>
|
||||
<ul class="changes">
|
||||
<li>Log more regarding Java search and missing resources.</li>
|
||||
<li>Log resource file during build.</li>
|
||||
<li>Added basic Java 9 support (only major version is detected right now due to version scheme change).</li>
|
||||
<li>Ticket #145 Allow literal use of % in JRE options and set environment variables, use %% (blueskyhigh).</li>
|
||||
<li>Added Linux 64-bit binaries (Sebastian Bögl).</li>
|
||||
<li>Added IBM Java 1.8 support.</li>
|
||||
<li>JNI header: fixed a crash where launch4j would try to `free` non-heap memory (Alexander Floh).</li>
|
||||
<li>Ticket #160 Removed old Mac OS X package which caused problems on newer versions of the system.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes in version 3.9 (20-07-2016)</h4>
|
||||
<ul class="changes">
|
||||
<li>Ticket #146 Fixed java version check where the update number was greater than 99 (e.g. 1.8.0_101).</li>
|
||||
<li>Enlarged the total classpath length to 30KB.</li>
|
||||
<li>Ticket #142 Unbound VersionInfo returns wrong LanguageID (Sebastian Bögl).</li>
|
||||
<li>Ticket #141 Ensure encoding of resource file to be iso-8859-1 (Thomas Scheithauer).</li>
|
||||
<li>More reactive splash screen response to main window appearance (Federico Fissore).</li>
|
||||
<li>FR #95 Launch4j should return an exit value (Sebastian Bögl).</li>
|
||||
<li>FR #94 Add the working directory classifier for OS X (Sebastian Bögl).</li>
|
||||
<li>FR #39 Launch Java VM through JNI (Ryan Rusaw) - BETA!</li>
|
||||
<li>FR #69 Configure the language property of generated executables (Sebastian Bögl).</li>
|
||||
<li>FR #77 Add legal trademarks as an additional field in version info tab (Sebastian Bögl).</li>
|
||||
<li>Added a simple example how to use the Maven plugin (demo/ExitCodeApp).</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes in version 3.8 (09-05-2015)</h4>
|
||||
<ul class="changes">
|
||||
<li>FR #59 Mavenized launch4j (thanks to taxone, Paul Jungwirth, Lukasz Lenart).</li>
|
||||
<li>Ticket #139 Sign4j compiles and works on Linux (Tim Angus).</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes in version 3.7 (01-03-2015)</h4>
|
||||
<ul class="changes">
|
||||
<li>Fixed false positive virus warnings.</li>
|
||||
<li>Fixed false positive virus warnings that appeared in version 3.6.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes in version 3.6 (06-01-2015)</h4>
|
||||
@@ -46,8 +83,7 @@
|
||||
<li>FR #86 The 32/64 bit search is fully configurable (64, 64/32, 32/64, 32) - added option 32/64.</li>
|
||||
<li>FR #70 Java search sequence - bundled JRE can be used before or after the min/max version search (bundledJreAsFallback).</li>
|
||||
<li>Fixed: Crash when classpath contained wildcard patterns where the dependency was in the same directory as the launcher.</li>
|
||||
<li>Fixed Launch4j GUI application closing - the process was still running.</li>
|
||||
<li style="text-decoration: line-through">Updated to Dev-Cpp 5.7.1, MinGW 4.8.1 (head_src and w32api files).</li>
|
||||
<li>Fixed launch4j GUI application closing - the process was still running.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes in version 3.5 (09-10-2014)</h4>
|
||||
@@ -62,7 +98,7 @@
|
||||
<li>FR #61 Added a new special variable JREHOMEDIR (Stefan Knoefel).</li>
|
||||
<li>Ticket #130 Removed ant from launch4j classpath to fix problems with other ant versions.</li>
|
||||
<li>Updated JGoodies libraries.</li>
|
||||
<li>Added logging based on Launch4j environment variable for file association launch testing.</li>
|
||||
<li>Added logging based on launch4j environment variable for file association launch testing.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes in version 3.3 (02-04-2014)</h4>
|
||||
@@ -422,9 +458,9 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
All trademarks mentioned are properties of their respective owners.<br />
|
||||
Copyright © 2005-2015 Grzegorz Kowal
|
||||
<p style="margin-top: 2em">
|
||||
<a href="http://sourceforge.net"><img style="width: 125px; height: 37px; border: none" src="http://sourceforge.net/sflogo.php?group_id=95944&type=4" alt="sf.net"></a>
|
||||
Copyright © 2005-2017 Grzegorz Kowal
|
||||
<p style="margin-top: 0.5em">
|
||||
<a href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j Executable Wrapper" src="https://sourceforge.net/sflogo.php?type=16&group_id=95944"></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="top">
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.7</span>
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.12</span>
|
||||
</div>
|
||||
<div id="leftnav">
|
||||
<ul>
|
||||
@@ -19,19 +19,15 @@
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="changelog.html">Changelog</a></li>
|
||||
<li><a href="http://sourceforge.net/project/screenshots.php?group_id=95944">Screenshots</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.7">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.12">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/support">Support</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j">Project summary</a></li>
|
||||
<li><a href="http://sourceforge.net/tracker/?atid=613100&group_id=95944">Bug tracker</a></li>
|
||||
<li><a href="links.html">Links</a></li>
|
||||
</ul>
|
||||
<!--
|
||||
*** Spanish docs are outdated ***
|
||||
<ul style="margin-top: 20px; font-size: 75%">
|
||||
<li><a href="index.html">English</a></li>
|
||||
<li><a href="index_es.html">Español</a></li>
|
||||
</ul>
|
||||
-->
|
||||
<br />
|
||||
<a class="button" href="https://sourceforge.net/projects/launch4j/files/launch4j-3/3.12" rel="nofollow"><img alt="Downloads" src="https://img.shields.io/sourceforge/dm/launch4j.svg"></a>
|
||||
<a class="button" href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j" src="https://sourceforge.net/sflogo.php?type=10&group_id=95944"></a>
|
||||
</div>
|
||||
<div id="content">
|
||||
<a href="#Running_launch4j">Running launch4j</a><br>
|
||||
@@ -65,14 +61,17 @@ all of the configuration parameters through the Ant task. All files
|
||||
may be absolute paths or relative to the configuration file path.
|
||||
|
||||
<pre>
|
||||
<!-- <strong>Bold</strong> elements are required -->
|
||||
<!-- %VAR% expands environment/special variables and registry keys -->
|
||||
<!--
|
||||
<strong>Bold</strong> elements are required.
|
||||
<span class="codeword"><u>Underlined</u></span> values are the default when the element is not specified.
|
||||
%VAR% expands environment/special variables and registry keys.
|
||||
-->
|
||||
<strong><launch4jConfig></strong>
|
||||
<strong><headerType></strong><span class="codeword">gui|console</span><strong></headerType></strong>
|
||||
<strong><headerType></strong><span class="codeword">gui|console|jniGui32|jniConsole32</span><strong></headerType></strong>
|
||||
<strong><outfile></strong><span class="codeword">file.exe</span><strong><span class="codeword"></span></outfile></strong>
|
||||
<jar><span class="codeword">file</span><span class="codeword"></span></jar>
|
||||
<dontWrapJar><span class="codeword">true|<u>false</u></span></dontWrapJar>
|
||||
<errTitle><span class="codeword">text</span></errTitle>
|
||||
<errTitle><span class="codeword">application name</span></errTitle>
|
||||
<downloadUrl><span class="codeword"><u>http://java.com/download</u></span></downloadUrl>
|
||||
<supportUrl><span class="codeword">url</span></supportUrl>
|
||||
<cmdLine><span class="codeword">text</span></cmdLine>
|
||||
@@ -97,15 +96,15 @@ may be absolute paths or relative to the configuration file path.
|
||||
<windowTitle><span class="codeword">text</span></windowTitle>
|
||||
</singleInstance>
|
||||
<strong><jre></strong>
|
||||
<!-- Specify one of the following or both -->
|
||||
<!-- Specify <strong>path</strong> or <strong>minVersion</strong> or both. -->
|
||||
<strong><path></strong><span class="codeword">bundled JRE path (%VAR%)</span><strong></path></strong>
|
||||
<bundledJre64Bit><span class="codeword">true|<u>false</u></span></bundledJre64Bit>
|
||||
<bundledJreAsFallback><span class="codeword">true|<u>false</u></span></bundledJreAsFallback>
|
||||
<strong><minVersion></strong><span class="codeword">x.x.x[_xx]</span><strong></minVersion></strong>
|
||||
<maxVersion><span class="codeword">x.x.x[_xx]</span></maxVersion>
|
||||
<strong><minVersion></strong><span class="codeword">1.x.x[_xxx]|xxx[.xxx[.xxx]]</span><strong></minVersion></strong>
|
||||
<maxVersion><span class="codeword">1.x.x[_xxx]|xxx[.xxx[.xxx]]</span></maxVersion>
|
||||
<jdkPreference><span class="codeword">jreOnly|<u>preferJre</u>|preferJdk|jdkOnly</span></jdkPreference>
|
||||
<runtimeBits><span class="codeword">64|<u>64/32</u>|32/64|32</span></runtimeBits>
|
||||
<!-- Heap sizes in MB and % of available memory -->
|
||||
<!-- Heap sizes in MB and % of available memory. -->
|
||||
<initialHeapSize><span class="codeword">MB</span></initialHeapSize>
|
||||
<initialHeapPercent><span class="codeword">%</span></initialHeapPercent>
|
||||
<maxHeapSize><span class="codeword">MB</span></maxHeapSize>
|
||||
@@ -130,13 +129,26 @@ may be absolute paths or relative to the configuration file path.
|
||||
<companyName><span class="codeword">text</span></companyName>
|
||||
<strong><internalName></strong><span class="codeword">filename</span><strong></internalName></strong>
|
||||
<strong><originalFilename></strong><span class="codeword">filename.exe</span><strong></originalFilename></strong>
|
||||
<trademarks><span class="codeword">text</span></trademarks>
|
||||
<language><span class="codeword">
|
||||
ALBANIAN|ARABIC|BAHASA|DUTCH_BELGIAN|FRENCH_BELGIAN|BULGARIAN|
|
||||
FRENCH_CANADIAN|CASTILIAN_SPANISH|CATALAN|CROATO_SERBIAN_LATIN|
|
||||
CZECH|DANISH|DUTCH|ENGLISH_UK|<u>ENGLISH_US</u>|FINNISH|FRENCH|GERMAN|
|
||||
GREEK|HEBREW|HUNGARIAN|ICELANDIC|ITALIAN|JAPANESE|KOREAN|
|
||||
NORWEGIAN_BOKMAL|NORWEGIAN_NYNORSK|POLISH|PORTUGUESE_BRAZIL|
|
||||
PORTUGUESE_PORTUGAL|RHAETO_ROMANIC|ROMANIAN|RUSSIAN|
|
||||
SERBO_CROATIAN_CYRILLIC|SIMPLIFIED_CHINESE|SLOVAK|SPANISH_MEXICO|
|
||||
SWEDISH|FRENCH_SWISS|GERMAN_SWISS|ITALIAN_SWISS|THAI|
|
||||
TRADITIONAL_CHINESE|TURKISH|URDU
|
||||
</span></language>
|
||||
</versionInfo>
|
||||
<messages>
|
||||
<strong><startupErr></strong>text<strong></startupErr></strong>
|
||||
<strong><bundledJreErr></strong>text<strong></bundledJreErr></strong>
|
||||
<strong><jreVersionErr></strong>text<strong></jreVersionErr></strong>
|
||||
<strong><launcherErr></strong>text<strong></launcherErr></strong>
|
||||
<strong><instanceAlreadyExistsMsg></strong>text (used by console header only)<strong></instanceAlreadyExistsMsg></strong>
|
||||
<!-- Used by console header only. -->
|
||||
<strong><instanceAlreadyExistsMsg></strong>text<strong></instanceAlreadyExistsMsg></strong>
|
||||
</messages>
|
||||
<strong></launch4jConfig></strong>
|
||||
</pre>
|
||||
@@ -170,8 +182,37 @@ may be absolute paths or relative to the configuration file path.
|
||||
<td>no</td>
|
||||
<td class="description">always waits and returns application's exit code.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jniGui32 <strong style="color: red">(beta)</strong></td>
|
||||
<td>launch4j</td>
|
||||
<td>yes</td>
|
||||
<td class="description">always waits and returns application's exit code.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jniConsole32 <strong style="color: red">(beta)</strong></td>
|
||||
<td>launch4j</td>
|
||||
<td>no</td>
|
||||
<td class="description">always waits and returns application's exit code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
When JNI headers are used the JVM is created directly by the launch4j wrapper executable instead of running java/javaw launchers.
|
||||
The process name will be the same as the wrapper. The JNI headers are in BETA and some features are not available which is signaled
|
||||
during wrapper build based on the configuration.
|
||||
For production use consider the classic gui/console headers.
|
||||
<br />
|
||||
Missing features:
|
||||
<ul>
|
||||
<li>Only '.' is allowed in change directory (chdir).</li>
|
||||
<li>Command line arguments cannot be passed to the executable.</li>
|
||||
<li>Constant command line arguments (cmdLine).</li>
|
||||
<li>stayAlive should be ignored by JNI headers.</li>
|
||||
<li>Restart of appplication based on exit code (restartOnCrash).</li>
|
||||
<li>Process priority - only normal is supported (priority).</li>
|
||||
<li>Jar manifest is ignored, mainclass and classpath must be defined.</li>
|
||||
<li>64-bit JRE are not supported.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
@@ -280,7 +321,7 @@ may be absolute paths or relative to the configuration file path.
|
||||
use the <em><minVersion></em> property, you may also specify
|
||||
the <em><maxVersion></em> to prevent it from using higher Java versions.
|
||||
Launch4j will always use the highest version available (in the min/max range of course).
|
||||
If a Sun's JRE is not available or does not satisfy the search criteria,
|
||||
If an Oracle's JRE is not available or does not satisfy the search criteria,
|
||||
the search will be repeated on IBM runtimes.
|
||||
You can also combine these properties to change the startup process...
|
||||
</dd>
|
||||
@@ -300,6 +341,30 @@ may be absolute paths or relative to the configuration file path.
|
||||
</dl>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<dl>
|
||||
<dt><minVersion>, <maxVersion> format - Java < 9</dt>
|
||||
<dd>The traditional version scheme supported by launch4j is 1.x.x[_xxx] and requires at least 3 parts, for example:
|
||||
<pre>
|
||||
1.6.0
|
||||
1.7.0_51
|
||||
1.8.0_121
|
||||
</pre>
|
||||
</dd>
|
||||
</dl>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<dl>
|
||||
<dt><minVersion>, <maxVersion> format - Java >= 9</dt>
|
||||
<dd>The new version format is xxx[.xxx[.xxx]] where only 1 part is required and the update version after the underscore is not allowed.
|
||||
<pre>
|
||||
1.6
|
||||
9
|
||||
10.0.1
|
||||
</pre>
|
||||
</dd>
|
||||
</dl>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<dl>
|
||||
<dt><bundledJre64Bit></dt>
|
||||
@@ -442,7 +507,8 @@ may be absolute paths or relative to the configuration file path.
|
||||
|
||||
<dl>
|
||||
<dt><versionInfo></dt>
|
||||
<dd>Optional, version information to be displayed by the Windows Explorer.</dd>
|
||||
<dd>Optional, <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx">version information</a>
|
||||
to be displayed by the Windows Explorer.</dd>
|
||||
</dl>
|
||||
<blockquote>
|
||||
<dl>
|
||||
@@ -487,6 +553,14 @@ may be absolute paths or relative to the configuration file path.
|
||||
whether a file has been renamed by a user.
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><trademarks></dt>
|
||||
<dd>Trademarks that apply to the file.</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><language></dt>
|
||||
<dd>One of the language codes.</dd>
|
||||
</dl>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="Importing_1.x_configuration">Importing 1.x configuration</h2>
|
||||
@@ -643,6 +717,7 @@ They are substitued during runtime, so for example the EXEDIR is the directory w
|
||||
</dl>
|
||||
|
||||
<h2 id="Settings">Settings</h2>
|
||||
These settings are only used during building of the launcher or wrapper, not during their execution.
|
||||
<dl>
|
||||
<dt>Alternate bin directory: launch4j.bindir</dt>
|
||||
<dd>
|
||||
@@ -657,9 +732,9 @@ They are substitued during runtime, so for example the EXEDIR is the directory w
|
||||
</div>
|
||||
<div class="footer">
|
||||
All trademarks mentioned are properties of their respective owners.<br />
|
||||
Copyright © 2005-2015 Grzegorz Kowal
|
||||
<p style="margin-top: 2em">
|
||||
<a href="http://sourceforge.net"><img style="width: 125px; height: 37px; border: none" src="http://sourceforge.net/sflogo.php?group_id=95944&type=4" alt="sf.net"></a>
|
||||
Copyright © 2005-2017 Grzegorz Kowal
|
||||
<p style="margin-top: 0.5em">
|
||||
<a href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j Executable Wrapper" src="https://sourceforge.net/sflogo.php?type=16&group_id=95944"></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="top">
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.7</span>
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.12</span>
|
||||
</div>
|
||||
<div id="leftnav">
|
||||
<ul>
|
||||
@@ -19,19 +19,15 @@
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="changelog.html">Changelog</a></li>
|
||||
<li><a href="http://sourceforge.net/project/screenshots.php?group_id=95944">Screenshots</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.7">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.12">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/support">Support</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j">Project summary</a></li>
|
||||
<li><a href="http://sourceforge.net/tracker/?atid=613100&group_id=95944">Bug tracker</a></li>
|
||||
<li><a href="links.html">Links</a></li>
|
||||
</ul>
|
||||
<!--
|
||||
*** Spanish docs are outdated ***
|
||||
<ul style="margin-top: 20px; font-size: 75%">
|
||||
<li><a href="index.html">English</a></li>
|
||||
<li><a href="index_es.html">Español</a></li>
|
||||
</ul>
|
||||
-->
|
||||
<br />
|
||||
<a class="button" href="https://sourceforge.net/projects/launch4j/files/launch4j-3/3.12" rel="nofollow"><img alt="Downloads" src="https://img.shields.io/sourceforge/dm/launch4j.svg"></a>
|
||||
<a class="button" href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j" src="https://sourceforge.net/sflogo.php?type=10&group_id=95944"></a>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>Cross-platform Java executable wrapper</h2>
|
||||
@@ -87,22 +83,22 @@
|
||||
<li>Digital signing of the executable with sign4j.</li>
|
||||
<li>Supports Windows Security Features of the Windows 8 certification kit.</li>
|
||||
<li><strong>GUI</strong> and command line interface.</li>
|
||||
<li>Build integration through an <strong>Ant task</strong>.</li>
|
||||
<li>Build integration through an <strong>Ant task</strong> and a <strong><a href="https://github.com/lukaszlenart/launch4j-maven-plugin">Maven Plugin</a></strong>.</li>
|
||||
<li><strong>Lightweight: 35 KB!</strong></li>
|
||||
<li><strong>It's free</strong> and may be used for commercial purposes.</li>
|
||||
<li>Includes a sample application and <strong>Ant script</strong>
|
||||
that automates the build process from Java sources to native executable.
|
||||
</li>
|
||||
<li>The wrapped program works on all Windows platforms (98/Me/NT/2K/XP/Vista/7/8),
|
||||
Launch4j works on NT/2K/XP/Vista/7/8, Linux and Mac OS X.
|
||||
<li>The wrapped program works on all Windows platforms,
|
||||
Launch4j works on Windows, Linux and Mac OS X.
|
||||
</li>
|
||||
</ul>
|
||||
<h2>License</h2>
|
||||
<p>
|
||||
This program is free software licensed under the
|
||||
<a href="http://www.opensource.org/licenses/bsd-license.html">BSD license</a>, the <em>head</em> subproject
|
||||
<a href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>, the <em>head</em> subproject
|
||||
(the code which is attached to the wrapped jars) is licensed under the
|
||||
<a href="http://www.opensource.org/licenses/mit-license.html">MIT license</a>.
|
||||
<a href="http://opensource.org/licenses/mit-license.html">MIT License</a>.
|
||||
Launch4j may be used for wrapping closed source, commercial applications.
|
||||
</p>
|
||||
<h2>Info</h2>
|
||||
@@ -116,9 +112,9 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
All trademarks mentioned are properties of their respective owners.<br />
|
||||
Copyright © 2005-2015 Grzegorz Kowal
|
||||
<p style="margin-top: 2em">
|
||||
<a href="http://sourceforge.net"><img style="width: 125px; height: 37px; border: none" src="http://sourceforge.net/sflogo.php?group_id=95944&type=4" alt="sf.net"></a>
|
||||
Copyright © 2005-2017 Grzegorz Kowal
|
||||
<p style="margin-top: 0.5em">
|
||||
<a href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j Executable Wrapper" src="https://sourceforge.net/sflogo.php?type=16&group_id=95944"></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="top">
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.7</span>
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.12</span>
|
||||
</div>
|
||||
<div id="leftnav">
|
||||
<ul>
|
||||
@@ -19,23 +19,21 @@
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="changelog.html">Changelog</a></li>
|
||||
<li><a href="http://sourceforge.net/project/screenshots.php?group_id=95944">Screenshots</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.7">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.12">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/support">Support</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j">Project summary</a></li>
|
||||
<li><a href="http://sourceforge.net/tracker/?atid=613100&group_id=95944">Bug tracker</a></li>
|
||||
<li><a href="links.html">Links</a></li>
|
||||
</ul>
|
||||
<!--
|
||||
*** Spanish docs are outdated ***
|
||||
<ul style="margin-top: 20px; font-size: 75%">
|
||||
<li><a href="index.html">English</a></li>
|
||||
<li><a href="index_es.html">Español</a></li>
|
||||
</ul>
|
||||
-->
|
||||
<br />
|
||||
<a class="button" href="https://sourceforge.net/projects/launch4j/files/launch4j-3/3.12" rel="nofollow"><img alt="Downloads" src="https://img.shields.io/sourceforge/dm/launch4j.svg"></a>
|
||||
<a class="button" href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j" src="https://sourceforge.net/sflogo.php?type=10&group_id=95944"></a>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>Links</h2>
|
||||
<p>
|
||||
<a href="https://github.com/lukaszlenart/launch4j-maven-plugin">Maven plugin by Lukasz Lenart<a><br>
|
||||
<a href="http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.sf.launch4j%22%20AND%20a%3A%22launch4j%22">Maven Central Repository</a><br>
|
||||
<a href="http://prdownloads.sourceforge.net/dev-cpp/devcpp-4.9.9.2_setup.exe">Bloodshed Dev-C++</a><br>
|
||||
<a href="http://www.mingw.org/">MinGW</a><br>
|
||||
<a href="http://jakarta.apache.org/commons/beanutils/">Commons BeanUtils</a><br>
|
||||
@@ -52,9 +50,9 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
All trademarks mentioned are properties of their respective owners.<br />
|
||||
Copyright © 2005-2015 Grzegorz Kowal
|
||||
<p style="margin-top: 2em">
|
||||
<a href="http://sourceforge.net"><img style="width: 125px; height: 37px; border: none" src="http://sourceforge.net/sflogo.php?group_id=95944&type=4" alt="sf.net"></a>
|
||||
Copyright © 2005-2017 Grzegorz Kowal
|
||||
<p style="margin-top: 0.5em">
|
||||
<a href="https://sourceforge.net/p/launch4j/" rel="nofollow"><img alt="Download Launch4j Executable Wrapper" src="https://sourceforge.net/sflogo.php?type=16&group_id=95944"></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -114,6 +114,13 @@ table td {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#leftnav a.button {
|
||||
display: inline;
|
||||
}
|
||||
#leftnav a.button:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
max-width: 52em;
|
||||
|
||||
Reference in New Issue
Block a user