-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlaunch4j-config-win.xml
29 lines (29 loc) · 1.01 KB
/
launch4j-config-win.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>SET_FROM_SBT</jar>
<outfile>target/poolvalidator.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>src/main/resources/icons/poolvalidator_icon_48px.ico</icon>
<jre>
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<!-- INFO the heapsize must NOT defined here if is intended to be configurable via poolvalidator.l4j.ini -->
<!--<initialHeapSize>256</initialHeapSize>-->
<!--<maxHeapSize>4096</maxHeapSize>-->
</jre>
</launch4jConfig>