diff -r 427538413103 src/javafxpackager.html --- a/src/javafxpackager.html Wed Jun 23 18:39:21 2010 +0400 +++ b/src/javafxpackager.html Mon Jun 28 16:37:04 2010 +0400 @@ -107,7 +107,7 @@
-destination [target directory]
-d [target directory]
./dist
./dist
.-workDir <working directory>
-appClass <application class>
main
for appletsmain
for applets.-appWidth <applet width>
-sign
-sign
is used while using -keystore
,-keystorePassword
, and so on.
-If -sign
is not specified, a self-signture is not created.-sign
is not specified, a self-signature is not created.
-splash
-splashScreenImage <imageURL>
-draggable
-shortcut
-help
-updatecheck [background | timeout | always]
-version
-J <flag>
-extpackages <package 1>[,<package 2>[,
<package N>]]
-XXcustomProgressJar <jar file>
-XXcustomProgressClass <progress class name>
-XXjnlpResourcesInclude <JNLP resources descriptor fragment>
" | +" | +
> | +> | +
< | +< | +
& | +& | +
\n | +line feed | +
\r | +carriage return | +
\t | +tab | +
\\ | +\ | +
-XXnoCPinManifest
javafxpackager -src ./mysources -appClass mypackage.MyApplication -sign -pack200 -draggable
- Builds all JavaFX and Java sources according ot the desktop profile specification into ./dist/MyApplication.html
, ./dist/MyApplication.jnlp
, ./dist/MyApplication.jar
, ./dist/MyApplication_browser.jnlp
, and ./dist/MyApplication.jar.pack.gz.
./dist/MyApplication.html
, ./dist/MyApplication.jnlp
, ./dist/MyApplication.jar
, ./dist/MyApplication_browser.jnlp
, and ./dist/MyApplication.jar.pack.gz.
javafxpackager -src ./mysources -appClass mypackage.MyApplication -p mobile
Builds all JavaFX and Java sources according to the tv profile specification into ./dist/MyApplication.jad
and ./dist/MyApplication.jar.
Builds all JavaFX and Java sources according to the mobile profile specification into ./dist/MyApplication.jad
and ./dist/MyApplication.jar.
javafxpackager -src ./mysources -appClass mypackage.MyApplication -p tv
Builds all JavaFX and Java sources according to the mobile profile specification into ./dist/MyApplication.jar.
Builds all JavaFX and Java sources according to the tv profile specification into ./dist/MyApplication.jar.