Fixed Windows exe launchers not finding Java 9

This commit is contained in:
Vhati 2017-11-25 19:48:45 -05:00
parent 05534e9b1a
commit f6d6bab6af
4 changed files with 50 additions and 48 deletions

View file

@ -1,27 +1,28 @@
<!-- Paths are relative to this xml file -->
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>./modman.jar</jar>
<outfile>.\modman.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest>normal.manifest</manifest>
<icon></icon>
<classPath>
<mainClass>net.vhati.modmanager.FTLModManager</mainClass>
<cp>modman.jar</cp>
</classPath>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>./modman.jar</jar>
<outfile>.\modman.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>https://java.com/en/download/</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest>normal.manifest</manifest>
<icon></icon>
<classPath>
<mainClass>net.vhati.modmanager.FTLModManager</mainClass>
<cp>modman.jar</cp>
</classPath>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>