Skip to content

Is there any way to run ONNX with JAVA 7? #8558

Answered by Craigacp
johanneshk asked this question in Other Q&A
Discussion options

You must be logged in to vote

The ONNX Runtime Java API has always required Java 8, it was added in 2019, 4 years after Java 7 stopped receiving public updates. You might be able to get rid of the small number of Optional uses and recompile it for Java 7, but if you hit any issues you're on your own.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by snnn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants