Admin/Windows/launch4j/isabelle.xml
author wenzelm
Thu, 10 Dec 2015 20:49:38 +0100
changeset 61828 2d89fa0b3ff6
parent 61296 371c117c2fea
child 66724 1e1f9f603385
permissions -rw-r--r--
avoid application spurious startup error;

<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
  <dontWrapJar>true</dontWrapJar>
  <headerType>gui</headerType>
  <jar></jar>
  <outfile>{OUTFILE}</outfile>
  <errTitle></errTitle>
  <cmdLine></cmdLine>
  <chdir></chdir>
  <priority>normal</priority>
  <downloadUrl></downloadUrl>
  <supportUrl></supportUrl>
  <stayAlive>false</stayAlive>
  <restartOnCrash>false</restartOnCrash>
  <manifest></manifest>
  <icon>{ICON}</icon>
  <classPath>
    <mainClass>isabelle.Main</mainClass>
{CLASSPATH}
  </classPath>
  <singleInstance>
    <mutexName>{ISABELLE_NAME}</mutexName>
    <windowTitle>{ISABELLE_NAME}</windowTitle>
  </singleInstance>
  <jre>
    <path>%EXEDIR%\contrib\jdk\{PLATFORM}\jre</path>
    <bundledJre64Bit>{PLATFORM_IS_64}</bundledJre64Bit>
    <bundledJreAsFallback>false</bundledJreAsFallback>
    <minVersion></minVersion>
    <maxVersion></maxVersion>
    <jdkPreference>jdkOnly</jdkPreference>
    <runtimeBits>{PLATFORM_BITS}</runtimeBits>
    <opt>-Disabelle.root=&quot;%EXEDIR%&quot; -Dcygwin.root=&quot;%EXEDIR%\contrib\cygwin&quot;</opt>
  </jre>
  <splash>
    <file>{SPLASH}</file>
    <waitForWindow>true</waitForWindow>
    <timeout>120</timeout>
    <timeoutErr>false</timeoutErr>
  </splash>
</launch4jConfig>