Skip to content

Batik PDF/SVG Export won't build with newer Java Version #97

@Skgland

Description

@Skgland

In the newer Java (9+) Versions the module system was added and this disallows packages split over modules.
The problem is that the package org.w3c.dom is defined by the module java.xml in the Standard Library and by the dependencies

  • xml-apis.jar
  • batik-ext.jar

on the Classpath which contribute to the package.
This causes a build error as the package is defined in more than one module: and java.xml

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