Changes for page JApplication

Last modified by Andrus Adamchik on 2006/12/10 12:40

From version 34.1
edited by Andrus Adamchik
on 2006/09/30 20:36
Change comment: There is no comment for this version
To version 35.1
edited by Andrus Adamchik
on 2006/09/30 20:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,10 +10,10 @@
10 10  * Mac: builds a XYZ.app bundle that includes all jar dependencies.
11 11  * 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.
12 12  
13 -== Build OS Specifics ==
13 +== OS Requirements ==
14 14  
15 15  * Mac launcher can be built on Mac only, as it requires a JavaApplicationStab file.
16 -* Windows launcher can be build on Windows only.
16 +* Windows launcher can be built on Windows only.
17 17  * Java launcher can be assembled on any platform and has no prerequisites.
18 18  
19 19  == Parameters ==
... ... @@ -27,7 +27,6 @@
27 27  |icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)|no|mac,windows
28 28  |jvm|Minimal version of the Java Virtual machine required.|no (default is "1.4+")|mac
29 29  |jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|no|mac,windows
30 -|nsisHome|Location of NSIS installation. Ignored except on Windows.|no (default is "C:rogram FilesSIS")|windows
31 31  |version|Product version string|no (default 0.0)|mac
32 32  
33 33  == Nested Elements ==