You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After including this library in my Java 16 project (using IntelliJ), as soon as I add requires com.jthemedetector; to my module-info.java file, I don't even need to try and include the library in a class at all ... just put that one line in the module file and I get this error during the build process:
And I don't know how to fix it. I'm fairly new with modularized java so I'm kind of at a loss as to what to do... the error is not informative enough - at least for me - to give me a solid direction to go in for correcting the problem.
Hello,
After including this library in my Java 16 project (using IntelliJ), as soon as I add
requires com.jthemedetector;
to my module-info.java file, I don't even need to try and include the library in a class at all ... just put that one line in the module file and I get this error during the build process:And I don't know how to fix it. I'm fairly new with modularized java so I'm kind of at a loss as to what to do... the error is not informative enough - at least for me - to give me a solid direction to go in for correcting the problem.
My pom file has the following:
and here is my module-info file
Any ideas about what might the problem be?
Thank you,
Mike
The text was updated successfully, but these errors were encountered: