forked from drzeuss/PAR5E
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPAR5E_launch4j.cfg.xml
51 lines (51 loc) · 2.26 KB
/
PAR5E_launch4j.cfg.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>/Users/zeph/Documents/Projects/NetBeansProjects/PAR5E/store/PAR5E.jar</jar>
<outfile>/Users/zeph/Documents/Projects/NetBeansProjects/PAR5E/dist/PAR5E-windows/PAR5E.exe</outfile>
<errTitle>Java Runtime Environment Error </errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>https://java.com/en/download/manual.jsp</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>/Users/zeph/Documents/Projects/NetBeansProjects/PAR5E/src/par5e/resources/icons/PAR5E.ico</icon>
<classPath>
<mainClass>par5e.PAR5E</mainClass>
<cp>lib/*</cp>
</classPath>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
<splash>
<file>/Users/zeph/Documents/Projects/NetBeansProjects/PAR5E/src/par5e/resources/PAR5Elogo.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>false</timeoutErr>
</splash>
<versionInfo>
<fileVersion>0.5.385.0</fileVersion>
<txtFileVersion>v0.5 build 385 (alpha)</txtFileVersion>
<fileDescription>Generic Bulk Data Module Parser for Fantasy Grounds v3.0 rulesets</fileDescription>
<copyright>Zeus 2014</copyright>
<productVersion>0.5.385.0</productVersion>
<txtProductVersion>v0.5 build 385 (alpha)</txtProductVersion>
<productName>PAR5E</productName>
<companyName>zeus.org</companyName>
<internalName>Zeus</internalName>
<originalFilename>PAR5E.exe</originalFilename>
</versionInfo>
<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>
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
</messages>
</launch4jConfig>