< prev index next >

jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties

Print this page

        

*** 22,67 **** # or visit www.oracle.com if you need additional information or have any # questions. # main.usage.summary=\ ! Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\ use --help for a list of possible options main.usage=\ ! Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\ \Possible options include: error.prefix=Error: warn.prefix=Warning: main.opt.help=\ ! \ --help Print this help message main.opt.version=\ \ --version Version information ! main.opt.modulepath=\ ! \ --modulepath <modulepath> Module path ! main.opt.addmods=\ ! \ --addmods <mod>[,<mod>...] Root modules to resolve ! main.opt.limitmods=\ ! \ --limitmods <mod>[,<mod>...] Limit the universe of observable modules main.opt.output=\ \ --output <path> Location of output path main.command.files=\ \ @<filename> Read options from file main.opt.endian=\ \ --endian <little|big> Byte order of generated jimage (default:native) ! main.opt.saveopts=\ ! \ --saveopts <filename> Save jlink options in the given file main.msg.bug=\ An exception has occurred in jlink. \ Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \ after checking the database for duplicates. \ --- 22,68 ---- # or visit www.oracle.com if you need additional information or have any # questions. # main.usage.summary=\ ! Usage: {0} <options> --module-path <modulepath> --add-modules <mods> --output <path>\n\ use --help for a list of possible options main.usage=\ ! Usage: {0} <options> --module-path <modulepath> --add-modules <mods> --output <path>\n\ \Possible options include: error.prefix=Error: warn.prefix=Warning: main.opt.help=\ ! \ -h, --help Print this help message main.opt.version=\ \ --version Version information ! main.opt.module-path=\ ! \ -p <modulepath>\n\ ! \ --module-path <modulepath> Module path ! main.opt.add-modules=\ ! \ --add-modules <mod>[,<mod>...] Root modules to resolve ! main.opt.limit-modules=\ ! \ --limit-modules <mod>[,<mod>...] Limit the universe of observable modules main.opt.output=\ \ --output <path> Location of output path main.command.files=\ \ @<filename> Read options from file main.opt.endian=\ \ --endian <little|big> Byte order of generated jimage (default:native) ! main.opt.save-opts=\ ! \ --save-opts <filename> Save jlink options in the given file main.msg.bug=\ An exception has occurred in jlink. \ Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \ after checking the database for duplicates. \
*** 81,91 **** \n\ err.unknown.byte.order:unknown byte order {0} err.output.must.be.specified:--output must be specified ! err.modulepath.must.be.specified:--modulepath must be specified err.mods.must.be.specified:no modules specified to {0} err.path.not.found=path not found: {0} err.path.not.valid=invalid path: {0} err.existing.image.must.exist=existing image doesn't exists or is not a directory err.existing.image.invalid=existing image is not valid --- 82,92 ---- \n\ err.unknown.byte.order:unknown byte order {0} err.output.must.be.specified:--output must be specified ! err.modulepath.must.be.specified:--module-path must be specified err.mods.must.be.specified:no modules specified to {0} err.path.not.found=path not found: {0} err.path.not.valid=invalid path: {0} err.existing.image.must.exist=existing image doesn't exists or is not a directory err.existing.image.invalid=existing image is not valid
< prev index next >