-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGfxTablet_exe.xml
31 lines (31 loc) · 1.03 KB
/
GfxTablet_exe.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
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\Nesh\Desktop\GfxTablet_WindowsDriver-v1.1.jar</jar>
<outfile>C:\Users\Nesh\Desktop\GfxTablet_WindowsDriver-v1.1.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\Nesh\workspace\UDP_Server\icon.ico</icon>
<jre>
<path>C:\Program Files (x86)\Java\jre7</path>
<bundledJre64Bit>true</bundledJre64Bit>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<splash>
<file>C:\Users\Nesh\workspace\UDP_Server\icon.bmp</file>
<waitForWindow>false</waitForWindow>
<timeout>1</timeout>
<timeoutErr>false</timeoutErr>
</splash>
</launch4jConfig>