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,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>
|
||||
|
||||
Reference in New Issue
Block a user