Voodoo icon indicating copy to clipboard operation
Voodoo copied to clipboard

javax/xml/bind/DatatypeConverter doesn't exist in Java 9+

Open LemmaEOF opened this issue 5 years ago • 2 comments

Voodoo can't be used on Java 9 or higher because javax.xml.bind.DatatypeConverter was removed from the JDK. It causes a crash when using MultiMC experimental.

LemmaEOF avatar Apr 12 '20 06:04 LemmaEOF

This will likely be a problem for the entire javax.xml package, IIRC the entire thing was removed.

TwilightFlower avatar Apr 12 '20 13:04 TwilightFlower

any suggestion which classes / libraries i can use to parse xml then to be compatible with java 8+ ? this is in the bootstrap code which i try to keep as slim as possible so it is written in java

https://github.com/DaemonicLabs/Voodoo/blob/master/bootstrap/src/main/java/voodoo/Bootstrap.java

NikkyAI avatar Aug 28 '20 19:08 NikkyAI