-
Notifications
You must be signed in to change notification settings - Fork 0
/
polyglotlaunch4j.xml
30 lines (30 loc) · 1007 Bytes
/
polyglotlaunch4j.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
30
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\Dennis\Dropbox\School\cs\IAstuff\polyglot.jar</jar>
<outfile>C:\Users\Dennis\Dropbox\School\cs\IAstuff\polyglot.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>C:\Users\Dennis\Dropbox\School\cs\IAstuff\SfuZ-9gg.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<splash>
<file>C:\Users\Dennis\Dropbox\School\cs\IAstuff\Untitled.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
</launch4jConfig>