-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathL4jConfig.xml
More file actions
49 lines (49 loc) · 2.74 KB
/
L4jConfig.xml
File metadata and controls
49 lines (49 loc) · 2.74 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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>console</headerType>
<jar>F:\Dev\Java\Projects\ExcelTO\out\artifacts\ExcelTO_jar\ExcelTO.jar</jar>
<outfile>F:\Dev\Delphi\ProjGenel\Alesta\Compiled\EXE\ExcelTO.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon></icon>
<classPath>
<mainClass>org.potansif.excelto.ExcelTO</mainClass>
<cp>F:\Dev\Java\Projects\ExcelTO\target\classes</cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\logging\log4j\log4j-core\2.17.1\log4j-core-2.17.1.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\logging\log4j\log4j-api\2.17.1\log4j-api-2.17.1.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\poi\poi\5.2.3\poi-5.2.3.jar </cp>
<cp>C:\Users\RAD\.m2\repository\commons-codec\commons-codec\1.15\commons-codec-1.15.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\commons\commons-collections4\4.4\commons-collections4-4.4.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar </cp>
<cp>C:\Users\RAD\.m2\repository\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar </cp>
<cp>C:\Users\RAD\.m2\repository\com\zaxxer\SparseBitSet\1.2\SparseBitSet-1.2.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\poi\poi-ooxml\5.2.3\poi-ooxml-5.2.3.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\poi\poi-ooxml-lite\5.2.3\poi-ooxml-lite-5.2.3.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\xmlbeans\xmlbeans\5.1.1\xmlbeans-5.1.1.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar </cp>
<cp>C:\Users\RAD\.m2\repository\com\github\virtuald\curvesapi\1.07\curvesapi-1.07.jar </cp>
<cp>C:\Users\RAD\.m2\repository\org\json\json\20230227\json-20230227.jar </cp>
</classPath>
<jre>
<path>%JAVA_HOME%;%PATH%;%JRE%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion></minVersion>
<maxVersion></maxVersion>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>
<jreNotFoundErr>This application requires a Java Runtime Environment.</jreNotFoundErr>
<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>