old JRE version for opencv4.3 jar file

asked 2020-07-02 12:25:46 -0600

Hi, It seems opencv4.3 is built with JRE version 57. Where can I see the JRE version used in the release package? Any old opencv version I can use which is compatible with JRE version 52?

Thanks!

edit retag flag offensive close merge delete

Comments

sounds like one of the reasons why you should build opencv libs locally.

berak gravatar imageberak ( 2020-07-02 12:48:29 -0600 )edit

I thought I did by doing:

brew install --build-from-source opencv

carrotf gravatar imagecarrotf ( 2020-07-02 14:11:34 -0600 )edit

Usually java is backward compatible(you can still use java.util.vector or applets) unless you use some language features which were introduced later (annotations, lambdas, generics). I doubt opencv uses any of those language features - it should just work.

Just give it a try

holger gravatar imageholger ( 2020-07-02 19:45:53 -0600 )edit