How to use OpenCV 4.5.4 for Java without cmake

Hello,

ich want to use OpenCV 4.5.4 with Java. To use all OpenCV functions i need to install OpenCV with something called “cmake”. I have no idear how to use cmake. Is is to complicated for me.

Question: Is it possible that some helpfull random stranger upload his OpenCV 4.5.4 installation (including all his wrapped Java-Classes) to the internet and let me download? Or just give me a .jar file?

Is that possible? Why nobody does it in the past?

if you’re on windows, you can download prebuilt libs, which also contain java bindings

this wont do, opencv is a c++ library
(and this is the problem here, since you need to build dll/so’s for the specific os/architecture your code is running on)