< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties

Print this page




  25 #
  26 
  27 param.category.default=Unknown
  28 param.copyright.default=Copyright (C) {0,date,YYYY}
  29 param.description.default=none
  30 param.vendor.default=Unknown
  31 param.version.default=1.0
  32 
  33 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize)
  34 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize)
  35 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})
  36 message.using-custom-resource=Using custom package resource {0} (loaded from {1})
  37 message.creating-app-bundle=Creating app bundle\: {0} in {1}
  38 message.detected.modules="Automatically adding detected modules: {0}."
  39 message.modules="Adding modules: {0} to runtime image."
  40 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
  41 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  42 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
  43 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  44 message.debug-working-directory=Kept working directory for debug\: {0}

  45 
  46 error.cannot-create-output-dir=Output directory {0} cannot be created.
  47 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  48 error.root-exists=Error: Application output directory {0} already exists
  49 error.no-application-class=Main application class is missing.
  50 error.no-application-class.advice=Please specify main application class.
  51 error.no-main-module=Main application module is missing.
  52 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
  53 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
  54 error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.
  55 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
  56 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
  57 error.main-jar-does-not-exist=The configured main jar does not exist {0}
  58 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
  59 
  60 warning.module.does.not.exist=Module [{0}] does not exist.
  61 warning.no.jdk.modules.found=Warning: No JDK Modules found.
  62 warning.missing.arg.file=Warning: Missing argument file: {0}
  63 
  64 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.




  25 #
  26 
  27 param.category.default=Unknown
  28 param.copyright.default=Copyright (C) {0,date,YYYY}
  29 param.description.default=none
  30 param.vendor.default=Unknown
  31 param.version.default=1.0
  32 
  33 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize)
  34 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize)
  35 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})
  36 message.using-custom-resource=Using custom package resource {0} (loaded from {1})
  37 message.creating-app-bundle=Creating app bundle\: {0} in {1}
  38 message.detected.modules="Automatically adding detected modules: {0}."
  39 message.modules="Adding modules: {0} to runtime image."
  40 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
  41 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  42 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
  43 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  44 message.debug-working-directory=Kept working directory for debug\: {0}
  45 message.bundle-created=Succeeded in building {0} bundle
  46 
  47 error.cannot-create-output-dir=Output directory {0} cannot be created.
  48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  49 error.root-exists=Error: Application output directory {0} already exists
  50 error.no-application-class=Main application class is missing.
  51 error.no-application-class.advice=Please specify main application class.
  52 error.no-main-module=Main application module is missing.
  53 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
  54 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
  55 error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.
  56 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
  57 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
  58 error.main-jar-does-not-exist=The configured main jar does not exist {0}
  59 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
  60 
  61 warning.module.does.not.exist=Module [{0}] does not exist.
  62 warning.no.jdk.modules.found=Warning: No JDK Modules found.
  63 warning.missing.arg.file=Warning: Missing argument file: {0}
  64 
  65 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.


< prev index next >