Voodoo
Voodoo copied to clipboard
javax/xml/bind/DatatypeConverter doesn't exist in Java 9+
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.
This will likely be a problem for the entire javax.xml package, IIRC the entire thing was removed.
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