< prev index next >

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

Print this page

        

*** 73,83 **** \ --module <modulename>[/<mainclass>]\n\ \ the initial module to resolve, and the name of the main class\n\ \ to execute if not specified by the module\n\ \ -p <module path>\n\ \ --module-path <module path>...\n\ ! \ A : separated list of directories, each directory\n\ \ is a directory of modules.\n\ \ --add-modules <modulename>[,<modulename>...]\n\ \ root modules to resolve in addition to the initial module\n\ \ --limit-modules <modulename>[,<modulename>...]\n\ \ limit the universe of observable modules\n\ --- 73,83 ---- \ --module <modulename>[/<mainclass>]\n\ \ the initial module to resolve, and the name of the main class\n\ \ to execute if not specified by the module\n\ \ -p <module path>\n\ \ --module-path <module path>...\n\ ! \ A {0} separated list of directories, each directory\n\ \ is a directory of modules.\n\ \ --add-modules <modulename>[,<modulename>...]\n\ \ root modules to resolve in addition to the initial module\n\ \ --limit-modules <modulename>[,<modulename>...]\n\ \ limit the universe of observable modules\n\
*** 167,186 **** \ 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. ! ERR_UnknownArgument=Error: Unknown argument: {0} ERR_UnknownCommand=Error: Unknown command: {0} ERR_BSSConversionFailed=Error: Conversion of CSS file to binary form failed for file: {0}, reason: {1} ERR_UnknownReason=Unknown reason --- 167,183 ---- \ height of the application.\n\ \ -v enable verbose output.\n\ \n MSG_Help_7=Sample usages:\n\ --------------\n\ ! javapackager -deploy -native jnlp -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 -deploy -native native -outdir outdir -name AppName -m modulename/mainclass\n\ ! \ Generates a native image and all native installers. ERR_UnknownArgument=Error: Unknown argument: {0} ERR_UnknownCommand=Error: Unknown command: {0} ERR_BSSConversionFailed=Error: Conversion of CSS file to binary form failed for file: {0}, reason: {1} ERR_UnknownReason=Unknown reason
< prev index next >