Hello, Im trying to build OpenCV-2.4.4 to make java aplications on linux (ubuntu).
I follow this tutorial but CMake never find java. When I type in console (as root)
cmake -DBUILD_SHARED_LIBS=OFF ..
I get this:
http://answers.opencv.org/upfiles/13628489826011917.png
As you can see, java is not included in the list of modules to be build.
I have checked java in my system (with update-alternatives --config java), and it seems to be ok (I have installed both, jre and jdk):
Any help will be more than wellcome. And please, excuse my english. Thanks!