1#
2# Copyright (c) 2015, 2017, 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
26main.usage.summary=\
27Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
28\Use --help for a list of possible options
29
30main.usage=\
31Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
32\Possible options include:
33
34main.opt.help=\
35\  -h, --help                            Print this help message
36
37main.opt.version=\
38\      --version                         Version information
39
40main.opt.module-path=\
41\  -p, --module-path <path>              Module path
42
43main.opt.add-modules=\
44\      --add-modules <mod>[,<mod>...]    Root modules to resolve
45
46main.opt.limit-modules=\
47\      --limit-modules <mod>[,<mod>...]  Limit the universe of observable\n\
48\                                        modules
49
50main.opt.output=\
51\      --output <path>                   Location of output path
52
53main.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
59main.opt.bind-services=\
60\      --bind-services                   Link in service provider modules and\n\
61\                                        their dependences
62
63main.opt.suggest-providers=\
64\      --suggest-providers [<name>,...]  Suggest providers that implement the\n\
65\                                        given service types from the module path
66
67main.command.files=\
68\      @<filename>                       Read options from file
69
70main.opt.endian=\
71\      --endian <little|big>             Byte order of generated jimage\n\
72\                                        (default:native)
73
74main.opt.save-opts=\
75\      --save-opts <filename>            Save jlink options in the given file
76
77main.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
84main.opt.verbose=\
85\  -v, --verbose                         Enable verbose tracing
86
87main.msg.bug=\
88An exception has occurred in jlink. \
89Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
90after checking the database for duplicates. \
91Include your program and the following diagnostic in your report.  Thank you.
92
93main.extended.help=\
94\List of available plugins:
95
96main.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
107error.prefix=Error:
108warn.prefix=Warning:
109
110err.unknown.byte.order:unknown byte order {0}
111err.launcher.main.class.empty:launcher main class name cannot be empty: {0}
112err.launcher.module.name.empty:launcher module name cannot be empty: {0}
113err.launcher.value.format:launcher value should be of form <command>=<module>[/<main-class>]: {0}
114err.output.must.be.specified:--output must be specified
115err.modulepath.must.be.specified:--module-path must be specified
116err.mods.must.be.specified:no modules specified to {0}
117err.path.not.found=path not found: {0}
118err.path.not.valid=invalid path: {0}
119err.image.must.exist=image {0} does not exist or is not a directory
120err.existing.image.invalid=existing image is not valid
121err.file.not.found=cannot find file: {0}
122err.file.error=cannot access file: {0}
123err.dir.exists={0} already exists
124err.badpattern=bad pattern {0}
125err.unknown.option=unknown option: {0}
126err.missing.arg=no value given for {0}
127err.internal.error=internal error: {0} {1} {2}
128err.invalid.arg.for.option=invalid argument for option: {0}
129err.option.after.class=option must be specified before classes: {0}
130err.option.unsupported={0} not supported: {1}
131err.orphan.arguments=invalid argument: {0}
132err.config.defaults=property {0} is missing from configuration
133err.config.defaults.value=wrong value in defaults property: {0}
134err.bom.generation=bom file generation failed: {0}
135err.not.modular.format=selected module {0} ({1}) not in jmod or modular JAR format
136err.signing=signed modular JAR {0} is currently not supported,\
137\ use --ignore-signing-information to suppress error
138warn.signing=WARNING: signed modular JAR {0} is currently not supported
139warn.invalid.arg=invalid classname or pathname not exist: {0}
140warn.split.package=package {0} defined in {1} {2}
141warn.provider.notfound=No provider found for service specified to --suggest-providers: {0}
142no.suggested.providers=--bind-services option is specified. No additional providers suggested.
143suggested.providers.header=Suggested providers
144providers.header=Providers
145