"""error: module testng reads package test from both test and testng"""

Martin Buchholz martinrb at google.com
Fri Aug 18 01:22:20 UTC 2017


When I run the jtreg test
java/lang/ModuleTests/addXXX
I fail with

direct:
error: module testng reads package test from both test and testng

In the javac command line I see:
 --add-modules testng,jcommander
but ... testng and jcommander aren't modules; they're just garden variety
jar files.

Running jtreg 4.2-b07.


More information about the jigsaw-dev mailing list