| 12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <launch4jConfig>
- <dontWrapJar>false</dontWrapJar>
- <headerType>gui</headerType>
- <jar>C:/work/demo/dayang/mesclient-OKNG/tools/jar2exe/dist/jar2exe-tool.jar</jar>
- <outfile>C:/work/demo/dayang/mesclient-OKNG/tools/jar2exe/dist/jar2exe.exe</outfile>
- <errTitle>JAR2EXE</errTitle>
- <cmdLine></cmdLine>
- <chdir>.</chdir>
- <priority>normal</priority>
- <downloadUrl>https://www.java.com/download/</downloadUrl>
- <supportUrl></supportUrl>
- <stayAlive>false</stayAlive>
- <restartOnCrash>false</restartOnCrash>
- <manifest></manifest>
- <classPath>
- <mainClass>com.jar2exe.Jar2ExeApp</mainClass>
- </classPath>
- <jre>
- <path></path>
- <bundledJre64Bit>false</bundledJre64Bit>
- <bundledJreAsFallback>false</bundledJreAsFallback>
- <minVersion>1.8.0</minVersion>
- <maxVersion></maxVersion>
- <jdkPreference>preferJre</jdkPreference>
- <runtimeBits>64/32</runtimeBits>
- </jre>
- </launch4jConfig>
|