Fixed Windows exe launchers not finding Java 9
This commit is contained in:
parent
05534e9b1a
commit
f6d6bab6af
4 changed files with 50 additions and 48 deletions
|
@ -1,27 +1,28 @@
|
||||||
<!-- Paths are relative to this xml file -->
|
<!-- Paths are relative to this xml file -->
|
||||||
<launch4jConfig>
|
<launch4jConfig>
|
||||||
<dontWrapJar>true</dontWrapJar>
|
<dontWrapJar>true</dontWrapJar>
|
||||||
<headerType>console</headerType>
|
<headerType>console</headerType>
|
||||||
<jar>./modman.jar</jar>
|
<jar>./modman.jar</jar>
|
||||||
<outfile>.\modman_admin.exe</outfile>
|
<outfile>.\modman_admin.exe</outfile>
|
||||||
<errTitle></errTitle>
|
<errTitle></errTitle>
|
||||||
<cmdLine></cmdLine>
|
<cmdLine></cmdLine>
|
||||||
<chdir>.</chdir>
|
<chdir>.</chdir>
|
||||||
<priority>normal</priority>
|
<priority>normal</priority>
|
||||||
<downloadUrl>http://java.com/download</downloadUrl>
|
<downloadUrl>https://java.com/en/download/</downloadUrl>
|
||||||
<supportUrl></supportUrl>
|
<supportUrl></supportUrl>
|
||||||
<customProcName>false</customProcName>
|
<customProcName>false</customProcName>
|
||||||
<stayAlive>false</stayAlive>
|
<stayAlive>false</stayAlive>
|
||||||
<manifest>admin.manifest</manifest>
|
<manifest>admin.manifest</manifest>
|
||||||
<icon></icon>
|
<icon></icon>
|
||||||
<classPath>
|
<classPath>
|
||||||
<mainClass>net.vhati.modmanager.FTLModManager</mainClass>
|
<mainClass>net.vhati.modmanager.FTLModManager</mainClass>
|
||||||
<cp>modman.jar</cp>
|
<cp>modman.jar</cp>
|
||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<path></path>
|
<path></path>
|
||||||
<minVersion>1.6.0</minVersion>
|
<minVersion>1.6.0</minVersion>
|
||||||
<maxVersion></maxVersion>
|
<maxVersion></maxVersion>
|
||||||
<jdkPreference>preferJre</jdkPreference>
|
<jdkPreference>preferJre</jdkPreference>
|
||||||
</jre>
|
<runtimeBits>64/32</runtimeBits>
|
||||||
|
</jre>
|
||||||
</launch4jConfig>
|
</launch4jConfig>
|
|
@ -1,27 +1,28 @@
|
||||||
<!-- Paths are relative to this xml file -->
|
<!-- Paths are relative to this xml file -->
|
||||||
<launch4jConfig>
|
<launch4jConfig>
|
||||||
<dontWrapJar>true</dontWrapJar>
|
<dontWrapJar>true</dontWrapJar>
|
||||||
<headerType>console</headerType>
|
<headerType>console</headerType>
|
||||||
<jar>./modman.jar</jar>
|
<jar>./modman.jar</jar>
|
||||||
<outfile>.\modman.exe</outfile>
|
<outfile>.\modman.exe</outfile>
|
||||||
<errTitle></errTitle>
|
<errTitle></errTitle>
|
||||||
<cmdLine></cmdLine>
|
<cmdLine></cmdLine>
|
||||||
<chdir>.</chdir>
|
<chdir>.</chdir>
|
||||||
<priority>normal</priority>
|
<priority>normal</priority>
|
||||||
<downloadUrl>http://java.com/download</downloadUrl>
|
<downloadUrl>https://java.com/en/download/</downloadUrl>
|
||||||
<supportUrl></supportUrl>
|
<supportUrl></supportUrl>
|
||||||
<customProcName>false</customProcName>
|
<customProcName>false</customProcName>
|
||||||
<stayAlive>false</stayAlive>
|
<stayAlive>false</stayAlive>
|
||||||
<manifest>normal.manifest</manifest>
|
<manifest>normal.manifest</manifest>
|
||||||
<icon></icon>
|
<icon></icon>
|
||||||
<classPath>
|
<classPath>
|
||||||
<mainClass>net.vhati.modmanager.FTLModManager</mainClass>
|
<mainClass>net.vhati.modmanager.FTLModManager</mainClass>
|
||||||
<cp>modman.jar</cp>
|
<cp>modman.jar</cp>
|
||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<path></path>
|
<path></path>
|
||||||
<minVersion>1.6.0</minVersion>
|
<minVersion>1.6.0</minVersion>
|
||||||
<maxVersion></maxVersion>
|
<maxVersion></maxVersion>
|
||||||
<jdkPreference>preferJre</jdkPreference>
|
<jdkPreference>preferJre</jdkPreference>
|
||||||
</jre>
|
<runtimeBits>64/32</runtimeBits>
|
||||||
|
</jre>
|
||||||
</launch4jConfig>
|
</launch4jConfig>
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue