# HG changeset patch # User alanb # Date 1518705854 0 # Node ID dfa46cfe56346884a61efdc30dc50f7505d66761 # Parent 929de4bd8a1256c7bd7271b9f5245f53bcb67d89 8193819: Error message when module does not have a ModuleMainClass attribute is confusing Reviewed-by: sundar diff -r 929de4bd8a12 -r dfa46cfe5634 src/java.base/share/classes/sun/launcher/resources/launcher.properties --- a/src/java.base/share/classes/sun/launcher/resources/launcher.properties Thu Feb 15 13:37:20 2018 +0000 +++ b/src/java.base/share/classes/sun/launcher/resources/launcher.properties Thu Feb 15 14:44:14 2018 +0000 @@ -220,7 +220,7 @@ Error: The JavaFX launchApplication method has the wrong signature, it\n\ must be declared static and return a value of type void java.launcher.module.error1=\ - module {0} does not have a MainClass attribute, use -m / + module {0} does not have a ModuleMainClass attribute, use -m / java.launcher.module.error2=\ Error: Could not find or load main class {0} in module {1} java.launcher.module.error3=\