[go: up one dir, main page]

Menu

[r38]: / trunk / launch4j.xml  Maximize  Restore  History

Download this file

28 lines (28 with data), 1.2 kB

 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
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>App\PortablePGP\PortablePGP.jar</jar>
<outfile>E:\PortableApps\PortableApps\PortablePGP\PortablePGP.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>App\PortablePGP\</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>D:\projects\PortablePGP\images\icon32.ico</icon>
<jre>
<path>..\CommonFiles\java\</path>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
<jreVersionErr>This application requires a Java Runtime Environment</jreVersionErr>
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.</launcherErr>
</messages>
</launch4jConfig>