-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpro.xml
More file actions
27 lines (27 loc) · 843 Bytes
/
pro.xml
File metadata and controls
27 lines (27 loc) · 843 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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\NUGITHA\Desktop\BookLib-LMS\Booklib_LMS\target\Booklib_LMS-1.0-SNAPSHOT.jar</jar>
<outfile>C:\Users\NUGITHA\Desktop\BookLib-LMS\Booklib-LMS.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>edu.icet.lib.Main</mainClass>
</classPath>
<jre>
<path>%JAVA_HOME%;%PATH%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>11</minVersion>
<maxVersion></maxVersion>
</jre>
</launch4jConfig>