Skip to content

Commit 7a42d0b

Browse files
committed
Rebuilt gate.exe with latest launch4j to be compatible with Java 10.
1 parent 56b50da commit 7a42d0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

distro/build/deploy/launch4j-gate.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<dontWrapJar>true</dontWrapJar>
44
<headerType>gui</headerType>
55
<jar>bin/gateLauncher.jar</jar>
6-
<errTitle></errTitle>
6+
<errTitle>GATE Developer</errTitle>
77
<cmdLine></cmdLine>
88
<chdir>.</chdir>
99
<priority>normal</priority>
@@ -13,7 +13,7 @@
1313
<stayAlive>false</stayAlive>
1414
<icon>gate-icon.ico</icon>
1515
<jre>
16-
<minVersion>1.6.0</minVersion>
16+
<minVersion>1.8.0</minVersion>
1717
<!-- prefer JDK but accept JRE if newer -->
1818
<jdkPreference>preferJdk</jdkPreference>
1919
<initialHeapSize>0</initialHeapSize>
@@ -25,9 +25,9 @@
2525
<timeout>60</timeout>
2626
</splash>
2727
<messages>
28-
<startupErr>An error occurred while starting the installer.</startupErr>
28+
<startupErr>An error occurred while starting GATE Developer.</startupErr>
2929
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
3030
<jreVersionErr>GATE requires a Java Runtime Environment, and works best with a JDK. Click OK to download one - minimum version</jreVersionErr>
31-
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted. Please ensure you have a valid installation of Java 6.0 or later.</launcherErr>
31+
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted. Please ensure you have a valid installation of Java 8 or later.</launcherErr>
3232
</messages>
3333
</launch4jConfig>

distro/gate.exe

2.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)