mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8221368: Error message when module main class cannot be loaded is missing exception details
Reviewed-by: alanb, sundar
This commit is contained in:
parent
9f039257cb
commit
857b2e6271
5 changed files with 163 additions and 2 deletions
|
@ -249,4 +249,4 @@ java.launcher.module.error4=\
|
|||
{0} not found
|
||||
java.launcher.module.error5=\
|
||||
Error: Unable to initialize main class {0} in module {1}\n\
|
||||
Caused by: {1}: {2}
|
||||
Caused by: {2}: {3}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue