< prev index next >

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

Print this page




  58 \          List of supported types includes: installer, image, exe, msi, dmg, pkg, rpm, deb.\n\
  59 \  -name <name>\n\
  60 \          name of the application.\n\
  61 \  -appclass <application class>\n\
  62 \          qualified name of the application class to be executed.\n\
  63 \  -outdir <dir>\n\
  64 \          name of the directory to generate output file to.\n\
  65 \  -outfile <filename>\n\
  66 \          The name (without the extension) of the resulting file.\n\
  67 \  -srcdir <dir>\n\
  68 \          Base dir of the files to pack.\n\
  69 \  -srcfiles <files>\n\
  70 \          List of files in srcdir. If omitted, all files in srcdir (which\n\
  71 \          is a mandatory argument in this case) will be used.\n\
  72 \  -m <modulename>[/<mainclass>]\n\
  73 \  --module <modulename>[/<mainclass>]\n\
  74 \          the initial module to resolve, and the name of the main class\n\
  75 \          to execute if not specified by the module\n\
  76 \  -p <module path>\n\
  77 \  --module-path <module path>...\n\
  78 \          A : separated list of directories, each directory\n\
  79 \          is a directory of modules.\n\
  80 \  --add-modules <modulename>[,<modulename>...]\n\
  81 \          root modules to resolve in addition to the initial module\n\
  82 \  --limit-modules <modulename>[,<modulename>...]\n\
  83 \          limit the universe of observable modules\n\
  84 \  --strip-native-commands <true/false>\n\
  85 \          include or exclude the native commands\n\
  86 \  -title <title>\n\
  87 \          title of the application.\n\
  88 \  -vendor <vendor>\n\
  89 \          vendor of the application.\n\
  90 \  -description <description>\n\
  91 \          description of the application.\n\
  92 \  -embedjnlp\n\
  93 \          If present, the jnlp file will be embedded in the html document.\n\
  94 \  -embedCertificates\n\
  95 \          If present, the certificates will be embedded in the jnlp file.\n\
  96 \  -allpermissions\n\
  97 \          If present, the application will require all security permissions \n\
  98 \          in the jnlp file.\n\


 152 \          List of files in srcdir. If omitted, all files in srcdir (which\n\
 153 \          is a mandatory argument in this case) will be signed.\n\
 154 \n
 155 MSG_Help_6=Options for makeAll command include:\n\
 156 \  -appclass <application class>\n\
 157 \          qualified name of the application class to be executed.\n\
 158 \  -preloader <preloader class>\n\
 159 \          qualified name of the preloader class to be executed.\n\
 160 \  -classpath <files>\n\
 161 \          list of dependent jar file names.\n\
 162 \  -name <name>\n\
 163 \          name of the application.\n\
 164 \  -width <width>\n\
 165 \          width of the application.\n\
 166 \  -height <height>\n\
 167 \          height of the application.\n\
 168 \  -v      enable verbose output.\n\
 169 \n
 170 MSG_Help_7=Sample usages:\n\
 171 --------------\n\
 172 javapackager -createjar -appclass package.ClassName  \n\
 173 \  -srcdir classes -outdir out -outfile outjar -v\n\
 174 \          Packages the content of the classes directory to outjar.jar,\n\
 175 \          sets the application class to package.ClassName.\n\
 176 javapackager -deploy -outdir outdir -outfile outfile -width 34 -height 43 \n\
 177 \  -name AppName -appclass package.ClassName -v -srcdir compiled\n\
 178 \          Generates outfile.jnlp and corresponding outfile.html files in \n\
 179 \          outdir for aplication AppName that is started by package.ClassName\n\
 180 \          class and has dimensions of 34x43.
 181 

 182 
 183 ERR_UnknownArgument=Error: Unknown argument: {0}
 184 ERR_UnknownCommand=Error: Unknown command: {0}
 185 ERR_BSSConversionFailed=Error: Conversion of CSS file to binary form failed for file: {0}, reason: {1}
 186 ERR_UnknownReason=Unknown reason
 187 ERR_MissingArgument=Error: Missing argument: {0}
 188 ERR_IllegalCSSFile=Error: -cssfile argument must be a readable file
 189 ERR_EmbedingLauncher=Error: Missing embedded resource [{0}]
 190 ERR_ContradictorySetting=Error: Ant script manifest argument ''{0}'' contradicts Ant script data type settings.
 191 ERR_CreatingDirFailed=Error: Failed to create directory {0}
 192 ERR_CreatingFileFailed=Error: Failed to create file {0}
 193 ERR_CreatingTempFileFailed=Error: Failed to create temporary file
 194 ERR_CreatingJarFailed=Error: Failed to create jar file {0}
 195 ERR_FileCopyFailed=Error: Failed copy file to directory {0}
 196 ERR_FileReadFailed=Error: Failed reading file {0}
 197 ERR_CantFindRuntime=Error: jfxrt.jar needs to be on classpath for -createbss and for -createJar without -nocss2bin
 198 ERR_CantDeleteFile=Error: File {0} could not be deleted.
 199 ERR_MissingDirectory=Missing directory {0}
 200 ERR_InvalidDirectory=Invalid directory {0}
 201 ERR_EmptySourceDirectory=Empty source directory {0}




  58 \          List of supported types includes: installer, image, exe, msi, dmg, pkg, rpm, deb.\n\
  59 \  -name <name>\n\
  60 \          name of the application.\n\
  61 \  -appclass <application class>\n\
  62 \          qualified name of the application class to be executed.\n\
  63 \  -outdir <dir>\n\
  64 \          name of the directory to generate output file to.\n\
  65 \  -outfile <filename>\n\
  66 \          The name (without the extension) of the resulting file.\n\
  67 \  -srcdir <dir>\n\
  68 \          Base dir of the files to pack.\n\
  69 \  -srcfiles <files>\n\
  70 \          List of files in srcdir. If omitted, all files in srcdir (which\n\
  71 \          is a mandatory argument in this case) will be used.\n\
  72 \  -m <modulename>[/<mainclass>]\n\
  73 \  --module <modulename>[/<mainclass>]\n\
  74 \          the initial module to resolve, and the name of the main class\n\
  75 \          to execute if not specified by the module\n\
  76 \  -p <module path>\n\
  77 \  --module-path <module path>...\n\
  78 \          A {0} separated list of directories, each directory\n\
  79 \          is a directory of modules.\n\
  80 \  --add-modules <modulename>[,<modulename>...]\n\
  81 \          root modules to resolve in addition to the initial module\n\
  82 \  --limit-modules <modulename>[,<modulename>...]\n\
  83 \          limit the universe of observable modules\n\
  84 \  --strip-native-commands <true/false>\n\
  85 \          include or exclude the native commands\n\
  86 \  -title <title>\n\
  87 \          title of the application.\n\
  88 \  -vendor <vendor>\n\
  89 \          vendor of the application.\n\
  90 \  -description <description>\n\
  91 \          description of the application.\n\
  92 \  -embedjnlp\n\
  93 \          If present, the jnlp file will be embedded in the html document.\n\
  94 \  -embedCertificates\n\
  95 \          If present, the certificates will be embedded in the jnlp file.\n\
  96 \  -allpermissions\n\
  97 \          If present, the application will require all security permissions \n\
  98 \          in the jnlp file.\n\


 152 \          List of files in srcdir. If omitted, all files in srcdir (which\n\
 153 \          is a mandatory argument in this case) will be signed.\n\
 154 \n
 155 MSG_Help_6=Options for makeAll command include:\n\
 156 \  -appclass <application class>\n\
 157 \          qualified name of the application class to be executed.\n\
 158 \  -preloader <preloader class>\n\
 159 \          qualified name of the preloader class to be executed.\n\
 160 \  -classpath <files>\n\
 161 \          list of dependent jar file names.\n\
 162 \  -name <name>\n\
 163 \          name of the application.\n\
 164 \  -width <width>\n\
 165 \          width of the application.\n\
 166 \  -height <height>\n\
 167 \          height of the application.\n\
 168 \  -v      enable verbose output.\n\
 169 \n
 170 MSG_Help_7=Sample usages:\n\
 171 --------------\n\
 172 javapackager -deploy -native jnlp -outdir outdir -outfile outfile -width 34 -height 43 \n\




 173 \  -name AppName -appclass package.ClassName -v -srcdir compiled\n\
 174 \          Generates outfile.jnlp and corresponding outfile.html files in \n\
 175 \          outdir for aplication AppName that is started by package.ClassName\n\
 176 \          class and has dimensions of 34x43.\n\
 177 javapackager -deploy -native native -outdir outdir -name AppName -m modulename/mainclass\n\
 178 \          Generates a native image and all native installers.
 179 
 180 ERR_UnknownArgument=Error: Unknown argument: {0}
 181 ERR_UnknownCommand=Error: Unknown command: {0}
 182 ERR_BSSConversionFailed=Error: Conversion of CSS file to binary form failed for file: {0}, reason: {1}
 183 ERR_UnknownReason=Unknown reason
 184 ERR_MissingArgument=Error: Missing argument: {0}
 185 ERR_IllegalCSSFile=Error: -cssfile argument must be a readable file
 186 ERR_EmbedingLauncher=Error: Missing embedded resource [{0}]
 187 ERR_ContradictorySetting=Error: Ant script manifest argument ''{0}'' contradicts Ant script data type settings.
 188 ERR_CreatingDirFailed=Error: Failed to create directory {0}
 189 ERR_CreatingFileFailed=Error: Failed to create file {0}
 190 ERR_CreatingTempFileFailed=Error: Failed to create temporary file
 191 ERR_CreatingJarFailed=Error: Failed to create jar file {0}
 192 ERR_FileCopyFailed=Error: Failed copy file to directory {0}
 193 ERR_FileReadFailed=Error: Failed reading file {0}
 194 ERR_CantFindRuntime=Error: jfxrt.jar needs to be on classpath for -createbss and for -createJar without -nocss2bin
 195 ERR_CantDeleteFile=Error: File {0} could not be deleted.
 196 ERR_MissingDirectory=Missing directory {0}
 197 ERR_InvalidDirectory=Invalid directory {0}
 198 ERR_EmptySourceDirectory=Empty source directory {0}


< prev index next >