You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distro/build/deploy/launch4j-gate.xml
+4-4
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<dontWrapJar>true</dontWrapJar>
4
4
<headerType>gui</headerType>
5
5
<jar>bin/gateLauncher.jar</jar>
6
-
<errTitle></errTitle>
6
+
<errTitle>GATE Developer</errTitle>
7
7
<cmdLine></cmdLine>
8
8
<chdir>.</chdir>
9
9
<priority>normal</priority>
@@ -13,7 +13,7 @@
13
13
<stayAlive>false</stayAlive>
14
14
<icon>gate-icon.ico</icon>
15
15
<jre>
16
-
<minVersion>1.6.0</minVersion>
16
+
<minVersion>1.8.0</minVersion>
17
17
<!-- prefer JDK but accept JRE if newer -->
18
18
<jdkPreference>preferJdk</jdkPreference>
19
19
<initialHeapSize>0</initialHeapSize>
@@ -25,9 +25,9 @@
25
25
<timeout>60</timeout>
26
26
</splash>
27
27
<messages>
28
-
<startupErr>An error occurred while starting the installer.</startupErr>
28
+
<startupErr>An error occurred while starting GATE Developer.</startupErr>
29
29
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
30
30
<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>
0 commit comments