1 #
   2 # Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  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 main.usage.summary=\
  27 Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
  28 \Use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
  32 \Possible options include:
  33 
  34 main.opt.help=\
  35 \  -h, --help, -?                        Print this help message
  36 
  37 main.opt.version=\
  38 \      --version                         Version information
  39 
  40 main.opt.module-path=\
  41 \  -p, --module-path <path>              Module path
  42 
  43 main.opt.add-modules=\
  44 \      --add-modules <mod>[,<mod>...]    Root modules to resolve
  45 
  46 main.opt.limit-modules=\
  47 \      --limit-modules <mod>[,<mod>...]  Limit the universe of observable\n\
  48 \                                        modules
  49 
  50 main.opt.output=\
  51 \      --output <path>                   Location of output path
  52 
  53 main.opt.launcher=\
  54 \      --launcher <name>=<module>[/<mainclass>]\n\
  55 \                                        Add a launcher command of the given\n\
  56 \                                        name for the module and the main class\n\
  57 \                                        if specified  
  58 
  59 main.opt.bind-services=\
  60 \      --bind-services                   Link in service provider modules and\n\
  61 \                                        their dependences
  62 
  63 main.opt.suggest-providers=\
  64 \      --suggest-providers [<name>,...]  Suggest providers that implement the\n\
  65 \                                        given service types from the module path
  66 
  67 main.command.files=\
  68 \      @<filename>                       Read options from file
  69 
  70 main.opt.endian=\
  71 \      --endian <little|big>             Byte order of generated jimage\n\
  72 \                                        (default:native)
  73 
  74 main.opt.save-opts=\
  75 \      --save-opts <filename>            Save jlink options in the given file
  76 
  77 main.opt.ignore-signing-information=\
  78 \      --ignore-signing-information      Suppress a fatal error when signed\n\
  79 \                                        modular JARs are linked in the image.\n\
  80 \                                        The signature related files of the\n\
  81 \                                        signed modular JARs are not copied to\n\
  82 \                                        the runtime image.
  83 
  84 main.opt.verbose=\
  85 \  -v, --verbose                         Enable verbose tracing
  86 
  87 main.msg.bug=\
  88 An exception has occurred in jlink. \
  89 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  90 after checking the database for duplicates. \
  91 Include your program and the following diagnostic in your report.  Thank you.
  92 
  93 main.extended.help=\
  94 \List of available plugins:
  95 
  96 main.extended.help.footer=\
  97 \For options requiring a <pattern-list>, the value will be a comma separated\n\
  98 \list of elements each using one the following forms:\n\
  99 \  <glob-pattern>\n\
 100 \  glob:<glob-pattern>\n\
 101 \  regex:<regex-pattern>\n\
 102 \  @<filename> where filename is the name of a file containing patterns to be\n\
 103 \              used, one pattern per line\n\
 104 \n\
 105 
 106 
 107 error.prefix=Error:
 108 warn.prefix=Warning:
 109 
 110 err.empty.module.path=empty module path
 111 err.jlink.version.mismatch=jlink version {0}.{1} does not match target java.base version {2}.{3}
 112 err.automatic.module:automatic module cannot be used with jlink: {0} from {1}
 113 err.unknown.byte.order:unknown byte order {0}
 114 err.launcher.main.class.empty:launcher main class name cannot be empty: {0}
 115 err.launcher.module.name.empty:launcher module name cannot be empty: {0}
 116 err.launcher.value.format:launcher value should be of form <command>=<module>[/<main-class>]: {0}
 117 err.output.must.be.specified:--output must be specified
 118 err.modulepath.must.be.specified:--module-path must be specified
 119 err.mods.must.be.specified:no modules specified to {0}
 120 err.path.not.found=path not found: {0}
 121 err.path.not.valid=invalid path: {0}
 122 err.image.must.exist=image {0} does not exist or is not a directory
 123 err.existing.image.invalid=existing image is not valid
 124 err.file.not.found=cannot find file: {0}
 125 err.file.error=cannot access file: {0}
 126 err.dir.exists={0} already exists
 127 err.badpattern=bad pattern {0}
 128 err.unknown.option=unknown option: {0}
 129 err.missing.arg=no value given for {0}
 130 err.internal.error=internal error: {0} {1} {2}
 131 err.invalid.arg.for.option=invalid argument for option: {0}
 132 err.option.after.class=option must be specified before classes: {0}
 133 err.option.unsupported={0} not supported: {1}
 134 err.orphan.arguments=invalid argument: {0}
 135 err.config.defaults=property {0} is missing from configuration
 136 err.config.defaults.value=wrong value in defaults property: {0}
 137 err.bom.generation=bom file generation failed: {0}
 138 err.not.a.module.directory=directory {0} does not contain module-info.class file under it
 139 err.cannot.read.module.info=cannot read module descriptor from {0}
 140 err.not.modular.format=selected module {0} ({1}) not in jmod or modular JAR format
 141 err.signing=signed modular JAR {0} is currently not supported,\
 142 \ use --ignore-signing-information to suppress error
 143 warn.signing=WARNING: signed modular JAR {0} is currently not supported
 144 warn.invalid.arg=invalid classname or pathname not exist: {0}
 145 warn.split.package=package {0} defined in {1} {2}
 146 warn.provider.notfound=No provider found for service specified to --suggest-providers: {0}
 147 no.suggested.providers=--bind-services option is specified. No additional providers suggested.
 148 suggested.providers.header=Suggested providers
 149 providers.header=Providers