basic launch4j setup;
authorwenzelm
Tue, 30 Jun 2009 00:46:28 +0200
changeset 31858 bf711eb92f84
parent 31857 05c5bb16a887
child 31859 7130ead05fdd
child 31860 e49011bb85da
basic launch4j setup;
Admin/launch4j/README
Admin/launch4j/isabelle.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/launch4j/README	Tue Jun 30 00:46:28 2009 +0200
@@ -0,0 +1,5 @@
+Cross-platform Java executable wrapper
+======================================
+
+* http://launch4j.sourceforge.net
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/launch4j/isabelle.xml	Tue Jun 30 00:46:28 2009 +0200
@@ -0,0 +1,23 @@
+<launch4jConfig>
+  <dontWrapJar>true</dontWrapJar>
+  <headerType>gui</headerType>
+  <jar>lib/classes/isabelle-scala.jar</jar>
+  <outfile>Isabelle.exe</outfile>
+  <errTitle></errTitle>
+  <cmdLine></cmdLine>
+  <chdir></chdir>
+  <priority>normal</priority>
+  <downloadUrl>http://java.com/download</downloadUrl>
+  <supportUrl></supportUrl>
+  <customProcName>false</customProcName>
+  <stayAlive>false</stayAlive>
+  <manifest></manifest>
+  <icon></icon>
+  <jre>
+    <path></path>
+    <minVersion>1.6.0</minVersion>
+    <maxVersion></maxVersion>
+    <jdkPreference>preferJre</jdkPreference>
+    <opt>-Disabelle.home=&quot;%EXEDIR%&quot;</opt>
+  </jre>
+</launch4jConfig>
\ No newline at end of file