Open
Description
I don't know the reasons why "gwt-dev.jar" contains a lot of "garbage", like the whole "org.w3c.dom", which causes conflict with Java 9+, since DOM is already present in JRE, and Java 9+ module system doesn't allow same packages in different JAR files.
Please make sure that gwt-dev.jar is build without such common libraries! It is completely wrong to pack stuff, that is already present elsewhere. Currently, I will have to strip those classes out of JAR file, but this means I will have a modified custom JAR file, so it will not work with other team members (unless we all use the same modified JAR).
Metadata
Metadata
Assignees
Labels
No labels