https://bz.apache.org/bugzilla/show_bug.cgi?id=65103
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from [email protected] --- There is a NetBeans project attached to this issue that does what you requested. I ran this against OpenJDK 15, bit I’m pretty sure it will exhibit the same behavior on Java 9+ The key to producing this bug is to run the code with the module path switches. That is, use java -p <path to target jar> -m <module name/main class> If you run using -classpath then the code will run. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
