<!-- This configuration file requires a version of launch4j 3.0 patched with
the patch at https://sourceforge.net/support/tracker.php?aid=1707827 -->
<launch4jConfig>
  <dontWrapJar>true</dontWrapJar>
  <headerType>gui</headerType>
  <jar>lib/ant-launcher.jar</jar>
  <errTitle></errTitle>
  <cmdLine>run</cmdLine>
  <chdir>.</chdir>
  <priority>normal</priority>
  <downloadUrl>http://java.sun.com/javase/downloads/</downloadUrl>
  <supportUrl>http://gate.ac.uk</supportUrl>
  <customProcName>false</customProcName>
  <stayAlive>false</stayAlive>
  <icon>gate-icon.ico</icon>
  <jre>
    <minVersion>1.5.0</minVersion>
    <!-- prefer JDK but accept JRE if newer -->
    <jdkPreference>2</jdkPreference>
    <initialHeapSize>0</initialHeapSize>
    <maxHeapSize>0</maxHeapSize>
  </jre>
  <messages>
    <startupErr>An error occurred while starting the installer.</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 5.0 or later.</launcherErr>
  </messages>
</launch4jConfig>
