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

Does sklearn2pmml only support jdk 1.7 rather than 1.8 ? #34

Closed
enjoyhot opened this issue Mar 17, 2017 · 1 comment
Closed

Does sklearn2pmml only support jdk 1.7 rather than 1.8 ? #34

enjoyhot opened this issue Mar 17, 2017 · 1 comment

Comments

@enjoyhot
Copy link

Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.8', but '1.7' is required.
Error: could not find java.dll
Error: Could not find Java SE Runtime Environment.

@vruusmann
Copy link
Member

There's something wrong with your local environment (eg. "Error: could not find java.dll"). Perhaps you should re-install your JRE/JDK.

The sklearn2pmml package doesn't care about Java version - it works with JDK 1.7 and 1.8. The only requirement is that java.exe must be available on system path.

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