-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathconfig_mysql.xml
More file actions
29 lines (29 loc) · 965 Bytes
/
config_mysql.xml
File metadata and controls
29 lines (29 loc) · 965 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>console</headerType>
<classPath>
<mainClass>lrsql.mariadb.main</mainClass>
<cp>lrsql.jar</cp>
</classPath>
<outfile>lrsql_mysql.exe</outfile>
<errTitle>You must have Java 11+ installed to run SQL LRS</errTitle>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl>https://yet.zendesk.com/hc/en-us</supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>lrsql.ico</icon>
<jre>
<path>runtimes/windows</path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>11</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<opt>-Dfile.encoding=UTF-8</opt>
</jre>
</launch4jConfig>