-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.xml
24 lines (24 loc) · 902 Bytes
/
test.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\A University\1St Year\1St 2sem\object orented programming\Group Project\Project 11\dist\Project_11.jar</jar>
<outfile>D:\A University\1St Year\1St 2sem\object orented programming\Group Project\Project 11\Student.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>https://www.java.com/download/</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\malit\Downloads\favicon.ico</icon>
<jre>
<path>%JAVA_HOME%;%PATH%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>1.4</minVersion>
<maxVersion></maxVersion>
</jre>
</launch4jConfig>