-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlaunch4j-win.cgf.xml
More file actions
24 lines (24 loc) · 888 Bytes
/
launch4j-win.cgf.xml
File metadata and controls
24 lines (24 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Juan\Dropbox\Facultad\2012.Trabajo.Profesional\clojure-lab\target\lab.jar</jar>
<outfile>C:\Juan\Dropbox\Facultad\2012.Trabajo.Profesional\clojure-lab\target\lab.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:\Juan\Dropbox\Facultad\2012.Trabajo.Profesional\clojure-lab\resources\icon-64.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.7.0_55</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>