-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathl4j.xml
More file actions
22 lines (22 loc) · 710 Bytes
/
l4j.xml
File metadata and controls
22 lines (22 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\Blue\Desktop\Java Server Jar\Server2.jar</jar>
<outfile>C:\Users\Blue\Desktop\Java Server Jar\DesktopRemoteServer.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon></icon>
<jre>
<path>C:\Program Files\Java\jre6</path>
<minVersion>6.0.0</minVersion>
<maxVersion>6.0.1</maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
</launch4jConfig>