Admin/launch4j/isabelle.xml
author wenzelm
Thu, 10 May 2012 21:35:04 +0200
changeset 47877 8a581a61815f
parent 47745 de249b5ae6e2
permissions -rw-r--r--
prefer absolute paths, to allow launching from a different context (e.g. via file associations);

<launch4jConfig>
  <dontWrapJar>true</dontWrapJar>
  <headerType>gui</headerType>
  <jar></jar>
  <outfile>Isabelle.exe</outfile>
  <errTitle></errTitle>
  <cmdLine></cmdLine>
  <chdir></chdir>
  <priority>normal</priority>
  <downloadUrl></downloadUrl>
  <supportUrl></supportUrl>
  <customProcName>false</customProcName>
  <stayAlive>true</stayAlive>
  <manifest></manifest>
  <icon>isabelle.ico</icon>
  <classPath>
    <mainClass>isabelle.Main</mainClass>
    <cp>%EXEDIR%\lib\classes\ext\Pure.jar</cp>
    <cp>%EXEDIR%\lib\classes\ext\scala-library.jar</cp>
    <cp>%EXEDIR%\lib\classes\ext\scala-swing.jar</cp>
  </classPath>
  <jre>
    <path>%EXEDIR%\contrib\jdk-6u31_x86-cygwin\jdk1.6.0_31</path>
    <minVersion></minVersion>
    <maxVersion></maxVersion>
    <jdkPreference>jdkOnly</jdkPreference>
    <opt>-Disabelle.home=&quot;%EXEDIR%&quot; -Dcygwin.root=&quot;%EXEDIR%\\contrib\\cygwin-1.7.9&quot;</opt>
  </jre>
  <splash>
    <file>isabelle.bmp</file>
    <waitForWindow>false</waitForWindow>
    <timeout>10</timeout>
    <timeoutErr>false</timeoutErr>
  </splash>
</launch4jConfig>