Changes for page JApplication
Last modified by Andrus Adamchik on 2006/12/10 12:40
From version 65.1
edited by Andrus Adamchik
on 2006/09/16 15:17
on 2006/09/16 15:17
Change comment:
There is no comment for this version
To version 71.1
edited by Andrus Adamchik
on 2006/09/16 16:37
on 2006/09/16 16:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,6 +4,12 @@ 4 4 5 5 //JApplication// is a task for assembling native launchers of Java applications for a number of target platforms. Currently supports native launchers for Mac and Windows operating systems and also a "java launcher" - a single jar file that can be run via ##"java --jar file.jar"--##--.-- 6 6 7 +== OS Strategies == 8 + 9 +* Java: builds a single runnable jar file out of a collection of jar files. 10 +* Mac: builds a XYZ.app bundle that includes all jar dependencies. 11 +* Windows: Does a Java build and creates an [[NSIS>>http://nsis.sourceforge.net/Main_Page]] launcher for the runnable jar. Both ##".exe"## and ##".jar"## files are required to be in the same directory for the launcher to work. 12 + 7 7 == Build Prerequisites and OS Specifics == 8 8 9 9 * Java launcher can be assembled on any platform and has no prerequisites. ... ... @@ -23,7 +23,7 @@ 23 23 |jvm|Minimal version of the Java Virtual machine required.|no|mac 24 24 |jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|no|mac 25 25 |nsisHome|Location of NSIS installation. Ignored except on Windows.|no (default is "C:rogram FilesSIS")|windows 26 -|version|Product version string|no|mac 32 +|version|Product version string|no (default 0.0)|mac 27 27 28 28 == Nested Elements == 29 29