Skip to content
Advertisement

Tag: module

How to “require” module “gwt.user” On Java, JDK17, “module-info.java”, Netbeans, Maven (Problem Continues)

one can say that, it is a continuation of question How to “require” module “gwt.user” On Java, JDK17, “module-info.java”, Netbeans, Maven I am updating my old libraries with module-info.java files. I have a COMPLEX project named “api-log” dependent on “gwt-user”. Just for using the class com.google.web.bindery.event.shared.UmbrellaException; pom.xml: With the module-info.java below: When netbeans runs compile, it builds successfully: However, when

How to “require” module “gwt.user” On Java, JDK17, “module-info.java”, Netbeans, Maven

I am trying to keep up with the new changes in Java, one step a time. I am updating my old libraries with module-info.java files. I have a very simple project named “api-clone” dependent on “gwt-user”. pom.xml: With the module-info.java below: When netbeans runs compile, it builds successfully: However, when I look at the module-info.java file, Netbeans show error: Is

Advertisement