modules/fxpackager/src/main/resources/com/sun/javafx/tools/packager/Bundle.properties

Print this page

        

*** 1,7 **** ! MSG_Version=JavaFX Packager version ! MSG_Help_1=Usage: javafxpackager -command [-options]\n\ \n\ where command is one of: \n\ \ -createjar\n\ \ The packager produces jar archive according to other parameters. \n\ \ -deploy \n\ --- 1,7 ---- ! MSG_Version=Java Packager version ! MSG_Help_1=Usage: javapackager -command [-options]\n\ \n\ where command is one of: \n\ \ -createjar\n\ \ The packager produces jar archive according to other parameters. \n\ \ -deploy \n\
*** 153,172 **** \ height of the application.\n\ \ -v enable verbose output.\n\ \n MSG_Help_7=Sample usages:\n\ --------------\n\ ! javafxpackager -createjar -appclass package.ClassName \n\ \ -srcdir classes -outdir out -outfile outjar -v\n\ \ Packages the content of the classes directory to outjar.jar,\n\ \ sets the application class to package.ClassName.\n\ ! javafxpackager -deploy -outdir outdir -outfile outfile -width 34 -height 43 \n\ \ -name AppName -appclass package.ClassName -v -srcdir compiled\n\ \ Generates outfile.jnlp and corresponding outfile.html files in \n\ \ outdir for aplication AppName that is started by package.ClassName\n\ \ class and has dimensions of 34x43.\n\ ! javafxpackager -makeall -appclass brickbreaker.Main -name BrickBreaker\n\ \ -width 600 -height 600\n\ \ This command does all the packaging work including compilation: \n\ \ compile, createjar, deploy. --- 153,172 ---- \ height of the application.\n\ \ -v enable verbose output.\n\ \n MSG_Help_7=Sample usages:\n\ --------------\n\ ! javapackager -createjar -appclass package.ClassName \n\ \ -srcdir classes -outdir out -outfile outjar -v\n\ \ Packages the content of the classes directory to outjar.jar,\n\ \ sets the application class to package.ClassName.\n\ ! javapackager -deploy -outdir outdir -outfile outfile -width 34 -height 43 \n\ \ -name AppName -appclass package.ClassName -v -srcdir compiled\n\ \ Generates outfile.jnlp and corresponding outfile.html files in \n\ \ outdir for aplication AppName that is started by package.ClassName\n\ \ class and has dimensions of 34x43.\n\ ! javapackager -makeall -appclass brickbreaker.Main -name BrickBreaker\n\ \ -width 600 -height 600\n\ \ This command does all the packaging work including compilation: \n\ \ compile, createjar, deploy.