SimpleApp.xml 523 B

1234567891011121314151617181920
  1. <launch4jConfig>
  2. <headerType>gui</headerType>
  3. <jar>SimpleApp.jar</jar>
  4. <dontWrapJar>true</dontWrapJar>
  5. <outfile>../SimpleApp.exe</outfile>
  6. <errTitle>SimpleApp</errTitle>
  7. <chdir>.</chdir>
  8. <icon>SimpleApp.ico</icon>
  9. <restartOnCrash>true</restartOnCrash>
  10. <jre>
  11. <path>%JAVA_HOME%;%PATH%</path>
  12. <minVersion>1.8.0</minVersion>
  13. </jre>
  14. <splash>
  15. <file>splash.bmp</file>
  16. <waitForWindow>true</waitForWindow>
  17. <timeout>60</timeout>
  18. <timeoutErr>true</timeoutErr>
  19. </splash>
  20. </launch4jConfig>