0
I have a project in Java 12 that is working 100%.
My goal is to make a downgrade from Java 12 to 11, but when I make this change I get an error on specific dependencies.
This is the mistake I get:
The package javax.xml.parsers is accessible from more than one module
Screenshot of the errors below:
I have tried to import the 3 dependencies that are no longer embedded, if I’m not mistaken from Java 9. But still the problem persists, and in Java 12 works normally
Tip: it would look much better if you wrote the error message instead of posting as an image.
– Jéf Bueno
Editing done, thanks for the tip.!
– Felipe Effting