< prev index next >

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

Print this page

        

@@ -51,10 +51,15 @@
 \                                        modules
 
 main.opt.output=\
 \      --output <path>                   Location of output path
 
+main.opt.launcher=\
+\      --launcher <command>=<module>     Launcher command name for the module\n\
+\      --launcher <command>=<module>/<main>\n\
+\                                        Launcher command name for the module and the main class
+
 main.command.files=\
 \      @<filename>                       Read options from file
 
 main.opt.endian=\
 \      --endian <little|big>             Byte order of generated jimage\n\

@@ -89,10 +94,13 @@
 \              used, one pattern per line\n\
 \n\
 
 
 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 <command>=<module>: {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}
< prev index next >