Changes for page JApplication
Last modified by Andrus Adamchik on 2006/12/10 12:40
From version 80.1
edited by Andrus Adamchik
on 2006/12/10 12:40
on 2006/12/10 12:40
Change comment:
There is no comment for this version
To version 77.1
edited by Andrus Adamchik
on 2006/09/16 15:35
on 2006/09/16 15:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,5 @@ 1 +//(unreleased as of 09/16/2006)// 2 + 1 1 == Description == 2 2 3 3 //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,13 +6,14 @@ 6 6 7 7 * Java: builds a single runnable jar file out of a collection of jar files. 8 8 * Mac: builds a XYZ.app bundle that includes all jar dependencies. 9 -* Windows: Performs 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.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. 10 10 11 -== OSRequirements ==13 +== Build Prerequisites and OS Specifics == 12 12 13 -* Mac launcher can be built on Mac only, as it requires a JavaApplicationStab file. 14 -* Windows launcher can be built on Windows only. 15 15 * Java launcher can be assembled on any platform and has no prerequisites. 16 +* Mac launcher can be built on Mac, as it requires a JavaApplicationStab file. 17 +* Windows launcher can currently be build on Windows only. 18 +* Windows launcher requires [[NSIS>>http://nsis.sourceforge.net/Main_Page]] to be installed on the build machine. 16 16 17 17 == Parameters == 18 18 ... ... @@ -23,9 +23,10 @@ 23 23 |destDir|A destination directory where the application launcher should be installed|no (will use ##"$basedir"## if omitted)| 24 24 |longName|An optional string identifying the application human-readable name. If not specified, "name" is used.|no| 25 25 |icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)|no|mac,windows 26 -|jvm|Minimal version of the Java Virtual machine required.|no (default is "1.4+")|mac 27 -|jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|no|mac,windows 28 -|version|Product version string|no (default 0.0)|mac 29 +|jvm|Minimal version of the Java Virtual machine required.|no|mac 30 +|jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|no|mac 31 +|nsisHome|Location of NSIS installation. Ignored except on Windows.|no (default is "C:rogram FilesSIS")|windows 32 +|version|Product version string|no|mac 29 29 30 30 == Nested Elements == 31 31