-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunch4j.xml
27 lines (27 loc) · 948 Bytes
/
launch4j.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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Projects\Java\case-finder\target\case-finder-0.1-jar-with-dependencies.jar</jar>
<outfile>C:\Projects\Java\case-finder\target\case-finder.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>C:\Projects\Java\case-finder\icon.ico</icon>
<classPath>
<mainClass>gui.Main</mainClass>
</classPath>
<jre>
<path>./jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<minVersion>1.8.0</minVersion>
<maxVersion>1.9.0</maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>