Skip to content

Commit

Permalink
Rebuilt gate.exe with latest launch4j to be compatible with Java 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Jun 5, 2018
1 parent 56b50da commit 7a42d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distro/build/deploy/launch4j-gate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>bin/gateLauncher.jar</jar>
<errTitle></errTitle>
<errTitle>GATE Developer</errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
Expand All @@ -13,7 +13,7 @@
<stayAlive>false</stayAlive>
<icon>gate-icon.ico</icon>
<jre>
<minVersion>1.6.0</minVersion>
<minVersion>1.8.0</minVersion>
<!-- prefer JDK but accept JRE if newer -->
<jdkPreference>preferJdk</jdkPreference>
<initialHeapSize>0</initialHeapSize>
Expand All @@ -25,9 +25,9 @@
<timeout>60</timeout>
</splash>
<messages>
<startupErr>An error occurred while starting the installer.</startupErr>
<startupErr>An error occurred while starting GATE Developer.</startupErr>
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
<jreVersionErr>GATE requires a Java Runtime Environment, and works best with a JDK. Click OK to download one - minimum version</jreVersionErr>
<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>
<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>
</messages>
</launch4jConfig>
Binary file modified distro/gate.exe
Binary file not shown.

0 comments on commit 7a42d0b

Please sign in to comment.