forked from PatMartin/Dex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDex.0.8.xml
More file actions
81 lines (81 loc) · 3.12 KB
/
Dex.0.8.xml
File metadata and controls
81 lines (81 loc) · 3.12 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\dex2ws\Dex\dist\dex\Dex.jar</jar>
<outfile>C:\dex2ws\Dex\dist\dex\Dex.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
<supportUrl>http://www.oracle.com/us/support/index.html</supportUrl>
<stayAlive>true</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\dex2ws\Dex\Dex.ico</icon>
<classPath>
<mainClass>com.dexvis.dex.Dex</mainClass>
<cp>%CLASSPATH%</cp>
<cp>Dex.jar</cp>
<cp>lib/antlr4.jar</cp>
<cp>lib/guava-17.0.jar</cp>
<cp>lib/jdom-2.0.5.jar</cp>
<cp>lib/Prefuse.jar</cp>
<cp>lib/bcel-5.2.jar</cp>
<cp>lib/commons-io-2.4.jar</cp>
<cp>lib/commons-lang3-3.3.2.jar</cp>
<cp>lib/selenium/selenium-server-standalone-2.42.2.jar</cp>
<cp>lib/jython-2.5.3.jar</cp>
<cp>lib/rserve/REngine.1.8.jar</cp>
<cp>lib/rserve/RserveEngine.1.8.jar</cp>
<cp>lib/xstream-1.4.7.jar</cp>
<cp>lib/opencsv-2.3.jar</cp>
<cp>lib/commons-math3-3.0.jar</cp>
<cp>lib/hsqldb.jar</cp>
<cp>lib/controlsfx-8.20.10.jar</cp>
<cp>lib/ojdbc6.jar</cp>
<cp>lib/xdb.jar</cp>
<cp>lib/groovy-all-2.4.3.jar</cp>
<cp>lib/processing/core.jar</cp>
<cp>lib/processing/gluegen-rt.jar</cp>
<cp>lib/processing/jogl-all.jar</cp>
<cp>lib/miglayout-javafx-5.1-20150924.220035-180.jar</cp>
<cp>lib/miglayout-core-5.1-20150924.220012-180.jar</cp>
</classPath>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>jreOnly</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<maxHeapPercent>50</maxHeapPercent>
</jre>
<splash>
<file>C:\dex2ws\Dex\docs\dex.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
<versionInfo>
<fileVersion>0.7.0.0</fileVersion>
<txtFileVersion>V0.7.0.0</txtFileVersion>
<fileDescription>Dex</fileDescription>
<copyright>APL 2.0</copyright>
<productVersion>0.8.0.8</productVersion>
<txtProductVersion>V0.8.0.8</txtProductVersion>
<productName>Dex</productName>
<companyName>DexVis</companyName>
<internalName>DexVis</internalName>
<originalFilename>Dex.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>