--- old/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties 2016-12-18 22:10:07.000000000 +0530 +++ new/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties 2016-12-18 22:10:07.000000000 +0530 @@ -53,6 +53,11 @@ main.opt.output=\ \ --output Location of output path +main.opt.launcher=\ +\ --launcher = Launcher command name for the module\n\ +\ --launcher =/
\n\ +\ Launcher command name for the module and the main class + main.command.files=\ \ @ Read options from file @@ -91,6 +96,9 @@ err.unknown.byte.order:unknown byte order {0} +err.launcher.main.class.empty:launcher main class name cannot be empty: {0} +err.launcher.module.name.empty:launcher module name cannot be empty: {0} +err.launcher.value.format:launcher value should be of form =: {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}