Added RMS and clipping alert in tree view

This commit is contained in:
2020-05-23 20:18:49 +01:00
parent 1005619211
commit 19bf57143c
94 changed files with 3437 additions and 204 deletions

View File

@@ -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&amp;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 &copy; 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&amp;type=4" alt="sf.net"></a>
Copyright &copy; 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>

View File

@@ -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&amp;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>
&lt;!-- <strong>Bold</strong> elements are required --&gt;
&lt;!-- %VAR% expands environment/special variables and registry keys --&gt;
&lt;!--
<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.
--&gt;
<strong>&lt;launch4jConfig&gt;</strong>
<strong>&lt;headerType&gt;</strong><span class="codeword">gui|console</span><strong>&lt;/headerType&gt;</strong>
<strong>&lt;headerType&gt;</strong><span class="codeword">gui|console|jniGui32|jniConsole32</span><strong>&lt;/headerType&gt;</strong>
<strong>&lt;outfile&gt;</strong><span class="codeword">file.exe</span><strong><span class="codeword"></span>&lt;/outfile&gt;</strong>
&lt;jar&gt;<span class="codeword">file</span><span class="codeword"></span>&lt;/jar&gt;
&lt;dontWrapJar&gt;<span class="codeword">true|<u>false</u></span>&lt;/dontWrapJar&gt;
&lt;errTitle&gt;<span class="codeword">text</span>&lt;/errTitle&gt;
&lt;errTitle&gt;<span class="codeword">application name</span>&lt;/errTitle&gt;
&lt;downloadUrl&gt;<span class="codeword"><u>http://java.com/download</u></span>&lt;/downloadUrl&gt;
&lt;supportUrl&gt;<span class="codeword">url</span>&lt;/supportUrl&gt;
&lt;cmdLine&gt;<span class="codeword">text</span>&lt;/cmdLine&gt;
@@ -97,15 +96,15 @@ may be absolute paths or relative to the configuration file path.
&lt;windowTitle&gt;<span class="codeword">text</span>&lt;/windowTitle&gt;
&lt;/singleInstance&gt;
<strong>&lt;jre&gt;</strong>
&lt;!-- Specify one of the following or both --&gt;
&lt;!-- Specify <strong>path</strong> or <strong>minVersion</strong> or both. --&gt;
<strong>&lt;path&gt;</strong><span class="codeword">bundled JRE path (%VAR%)</span><strong>&lt;/path&gt;</strong>
&lt;bundledJre64Bit&gt;<span class="codeword">true|<u>false</u></span>&lt;/bundledJre64Bit&gt;
&lt;bundledJreAsFallback&gt;<span class="codeword">true|<u>false</u></span>&lt;/bundledJreAsFallback&gt;
<strong>&lt;minVersion&gt;</strong><span class="codeword">x.x.x[_xx]</span><strong>&lt;/minVersion&gt;</strong>
&lt;maxVersion&gt;<span class="codeword">x.x.x[_xx]</span>&lt;/maxVersion&gt;
<strong>&lt;minVersion&gt;</strong><span class="codeword">1.x.x[_xxx]|xxx[.xxx[.xxx]]</span><strong>&lt;/minVersion&gt;</strong>
&lt;maxVersion&gt;<span class="codeword">1.x.x[_xxx]|xxx[.xxx[.xxx]]</span>&lt;/maxVersion&gt;
&lt;jdkPreference&gt;<span class="codeword">jreOnly|<u>preferJre</u>|preferJdk|jdkOnly</span>&lt;/jdkPreference&gt;
&lt;runtimeBits&gt;<span class="codeword">64|<u>64/32</u>|32/64|32</span>&lt;/runtimeBits&gt;
&lt;!-- Heap sizes in MB and % of available memory --&gt;
&lt;!-- Heap sizes in MB and % of available memory. --&gt;
&lt;initialHeapSize&gt;<span class="codeword">MB</span>&lt;/initialHeapSize&gt;
&lt;initialHeapPercent&gt;<span class="codeword">%</span>&lt;/initialHeapPercent&gt;
&lt;maxHeapSize&gt;<span class="codeword">MB</span>&lt;/maxHeapSize&gt;
@@ -130,13 +129,26 @@ may be absolute paths or relative to the configuration file path.
&lt;companyName&gt;<span class="codeword">text</span>&lt;/companyName&gt;
<strong>&lt;internalName&gt;</strong><span class="codeword">filename</span><strong>&lt;/internalName&gt;</strong>
<strong>&lt;originalFilename&gt;</strong><span class="codeword">filename.exe</span><strong>&lt;/originalFilename&gt;</strong>
&lt;trademarks&gt;<span class="codeword">text</span>&lt;/trademarks&gt;
&lt;language&gt;<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>&lt;/language&gt;
&lt;/versionInfo&gt;
&lt;messages&gt;
<strong>&lt;startupErr&gt;</strong>text<strong>&lt;/startupErr&gt;</strong>
<strong>&lt;bundledJreErr&gt;</strong>text<strong>&lt;/bundledJreErr&gt;</strong>
<strong>&lt;jreVersionErr&gt;</strong>text<strong>&lt;/jreVersionErr&gt;</strong>
<strong>&lt;launcherErr&gt;</strong>text<strong>&lt;/launcherErr&gt;</strong>
<strong>&lt;instanceAlreadyExistsMsg&gt;</strong>text (used by console header only)<strong>&lt;/instanceAlreadyExistsMsg&gt;</strong>
&lt;!-- Used by console header only. --&gt;
<strong>&lt;instanceAlreadyExistsMsg&gt;</strong>text<strong>&lt;/instanceAlreadyExistsMsg&gt;</strong>
&lt;/messages&gt;
<strong>&lt;/launch4jConfig&gt;</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>&lt;minVersion&gt;</em> property, you may also specify
the <em>&lt;maxVersion&gt;</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>&lt;minVersion&gt;, &lt;maxVersion&gt; 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>&lt;minVersion&gt;, &lt;maxVersion&gt; 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>&lt;bundledJre64Bit&gt;</dt>
@@ -442,7 +507,8 @@ may be absolute paths or relative to the configuration file path.
<dl>
<dt>&lt;versionInfo&gt;</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>&lt;trademarks&gt;</dt>
<dd>Trademarks that apply to the file.</dd>
</dl>
<dl>
<dt>&lt;language&gt;</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 &copy; 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&amp;type=4" alt="sf.net"></a>
Copyright &copy; 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>

View File

@@ -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&amp;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 &copy; 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&amp;type=4" alt="sf.net"></a>
Copyright &copy; 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>

View File

@@ -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&amp;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 &copy; 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&amp;type=4" alt="sf.net"></a>
Copyright &copy; 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>

View File

@@ -114,6 +114,13 @@ table td {
color: #ffffff;
}
#leftnav a.button {
display: inline;
}
#leftnav a.button:hover {
background-color: transparent;
}
#content {
max-width: 52em;