-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathl4j-config.xml
More file actions
29 lines (29 loc) · 846 Bytes
/
l4j-config.xml
File metadata and controls
29 lines (29 loc) · 846 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
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>./sqlbrowserfx.jar</jar>
<outfile>./SqlBrowserFX.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>high</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>./sqlbrowser-fx.ico</icon>
<classPath>
<mainClass>gr.sqlbrowserfx.GUIStarter</mainClass>
<cp>./lib/*</cp>
</classPath>
<jre>
<path>jre</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>true</requires64Bit>
<minVersion>21</minVersion>
<maxVersion></maxVersion>
<opt>-Xmx512m -Xms128m -XX:+UseG1GC -XX:MaxGCPauseMillis=100 </opt>
</jre>
</launch4jConfig>