Skip to content

Commit 5f2ccd0

Browse files
committed
we need Java 8 not Java 5!
1 parent d188ced commit 5f2ccd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<startupErr>An error occurred while starting the installer.</startupErr>
144144
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
145145
<jreVersionErr>GATE requires a Java Runtime Environment, and works best with a JDK. Click OK to download one - minimum version</jreVersionErr>
146-
<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 5.0 or later.</launcherErr>
146+
<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.0 or later.</launcherErr>
147147
</messages>
148148
</configuration>
149149
</execution>

0 commit comments

Comments
 (0)