Skip to content

gwt-dev contains common java classes (like org.w3c.dom), causing conflicts #10095

Open
@butlnor

Description

@butlnor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions