< prev index next >

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

Print this page




  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 param.copyright.default=Copyright (C) {0,date,YYYY}
  28 param.description.default=None
  29 param.vendor.default=Unknown
  30 
  31 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
  32 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
  33 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
  34 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
  35 message.creating-app-bundle=Creating app package: {0} in {1}
  36 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists
  37 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  38 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exists
  39 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  40 message.debug-working-directory=Kept working directory for debug: {0}
  41 message.bundle-created=Succeeded in building {0} package
  42 message.module-version=Using version "{0}" from module "{1}" as application version
  43 message.module-class=Using class "{0}" from module "{1}" as application main class
  44 
  45 error.cannot-create-output-dir=Destination directory {0} cannot be created
  46 error.cannot-write-to-output-dir=Destination directory {0} is not writable
  47 error.root-exists=Error: Application destination directory {0} already exists
  48 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}
  49 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest
  50 error.no-main-class=A main class was not specified nor was one found in the supplied application resources
  51 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest
  52 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory
  53 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory
  54 
  55 error.tool-not-found=Can not find {0}. Reason: {1}
  56 error.tool-not-found.advice=Please install {0}
  57 error.tool-old-version=Can not find {0} {1} or newer
  58 error.tool-old-version.advice=Please install {0} {1} or newer




  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 param.copyright.default=Copyright (C) {0,date,YYYY}
  28 param.description.default=None
  29 param.vendor.default=Unknown
  30 
  31 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
  32 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
  33 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
  34 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
  35 message.creating-app-bundle=Creating app package: {0} in {1}
  36 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exist
  37 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  38 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exist
  39 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  40 message.debug-working-directory=Kept working directory for debug: {0}
  41 message.bundle-created=Succeeded in building {0} package
  42 message.module-version=Using version "{0}" from module "{1}" as application version
  43 message.module-class=Using class "{0}" from module "{1}" as application main class
  44 
  45 error.cannot-create-output-dir=Destination directory {0} cannot be created
  46 error.cannot-write-to-output-dir=Destination directory {0} is not writable
  47 error.root-exists=Error: Application destination directory {0} already exists
  48 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}
  49 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest
  50 error.no-main-class=A main class was not specified nor was one found in the supplied application resources
  51 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest
  52 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory
  53 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory
  54 
  55 error.tool-not-found=Can not find {0}. Reason: {1}
  56 error.tool-not-found.advice=Please install {0}
  57 error.tool-old-version=Can not find {0} {1} or newer
  58 error.tool-old-version.advice=Please install {0} {1} or newer


< prev index next >