Wiki source code of JApplication
Version 36.1 by Andrus Adamchik on 2006/09/16 12:55
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | //(unreleased as of 09/16/2006)// | ||
| 2 | |||
| 3 | == Description == | ||
| 4 | |||
| 5 | JApplication is a task for assembling native launchers of Java applications for a number of target platforms. Currently supports Mac and Winodws operating systems. | ||
| 6 | |||
| 7 | == Prerequisites and OS Specifics == | ||
| 8 | |||
| 9 | * Mac launcher can be assmebled on any platform and has no prerequisites | ||
| 10 | * Windows launcher can currently be build on Windows only. | ||
| 11 | * Windows launcher requires [[NSIS>>http://nsis.sourceforge.net/Main_Page]] to be installed on the build machine. | ||
| 12 | |||
| 13 | == Parameters == |