Closed xiaoqiang95a closed 1 year ago
I use Java8,but class org.jpmml.model.PMMLUtil import import jakarta.xml.bind.JAXBException;
Fix your classpath!
Specifically, you need to include the org.jpmml:pmml-evaluator-metro:1.6.4
dependency, as pointed out in the README file: https://github.com/jpmml/jpmml-evaluator#installation
Also, see the pinned issue: https://github.com/jpmml/jpmml-evaluator/issues/246
I use Java8,but class org.jpmml.model.PMMLUtil import import jakarta.xml.bind.JAXBException; how could java8 use the newest version 1.6.4 ?