Do you want to work on this issue?
You can request for a bounty in order to promote it!
Error With JaxB when working with libTiled #3278
independence106 posted onGitHub
Feb 18, 2022 1:32:03 PM org.mapeditor.io.MapReader unmarshal SEVERE: null javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
I'm using the libTiled TMXViewer Example and getting this error.
What's happening ?'
[EDIT] Ok, I fixed some errors with dependencies but I still get "Implementation of JAXB-API has not been found on module path or classpath."
I am using 'javax.xml.bind', and 'org.glassfish.jaxb'
[More EDITS] when running with maven, " Failed to execute goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.14.0:generate (default) on project libtiled: Execution default of goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.14.0:generate failed: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "com.sun.xml.bind.v2.runtime.reflect.opt.Injector.defineClass" is null "