Downgrade java version - The package javax.xml.parsers is accessible from more than one module

Asked

Viewed 39 times

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:

inserir a descrição da imagem aqui

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.

  • Editing done, thanks for the tip.!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.