-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
When compiling the library jfreesvg with JDK11 I get the following error:
/[....]/org/jfree/graphics2d/svg/SVGGraphics2D.java:90: error: package javax.xml.bind is not visible
import javax.xml.bind.DatatypeConverter;
(package javax.xml.bind is declared in module java.xml.bind, which is not in the module graph)
Others seem to have similar issues, e.g. tomdesair/tus-java-server#14 (just found by searching). They say:
In JDK11 the javax.xml.bind package was removed. You use the javax.xml.bind.DatatypeConverter for Base64 encoding. Maybe you can replace this with java.util.Base64 from Java 8 or other implementation?
Not sure it is the same issue though. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels