| 1234567891011121314151617181920 |
- <launch4jConfig>
- <headerType>gui</headerType>
- <jar>SimpleApp.jar</jar>
- <dontWrapJar>true</dontWrapJar>
- <outfile>../SimpleApp.exe</outfile>
- <errTitle>SimpleApp</errTitle>
- <chdir>.</chdir>
- <icon>SimpleApp.ico</icon>
- <restartOnCrash>true</restartOnCrash>
- <jre>
- <path>%JAVA_HOME%;%PATH%</path>
- <minVersion>1.8.0</minVersion>
- </jre>
- <splash>
- <file>splash.bmp</file>
- <waitForWindow>true</waitForWindow>
- <timeout>60</timeout>
- <timeoutErr>true</timeoutErr>
- </splash>
- </launch4jConfig>
|