Unexpected JAXB error
- by Mark Lewis
Hello,
From the documentation it's clear I need to use the following to get a simple unmarshalling to occur from my XML file/schema:
JAXBContext jc = JAXBContext.newInstance("PackageName");
where PackageName is my package name. I've looked on google for a bit to no avail, to find out why I'm then getting this runtime error:
…