Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the version 1.6.4 could work on java 8? #262

Closed
xiaoqiang95a opened this issue Mar 8, 2023 · 1 comment
Closed

If the version 1.6.4 could work on java 8? #262

xiaoqiang95a opened this issue Mar 8, 2023 · 1 comment

Comments

@xiaoqiang95a
Copy link

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 ?

@vruusmann
Copy link
Member

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: #246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants