<?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="%EXEDIR%" -Dcygwin.root="%EXEDIR%\contrib\cygwin"</opt>
</jre>
<splash>
<file>{SPLASH}</file>
<waitForWindow>true</waitForWindow>
<timeout>120</timeout>
<timeoutErr>false</timeoutErr>
</splash>
</launch4jConfig>