Ask Your Question

FDamn's profile - activity

2017-08-25 05:14:51 -0600 received badge  Famous Question (source)
2015-01-26 18:51:14 -0600 received badge  Notable Question (source)
2014-05-18 03:24:32 -0600 received badge  Popular Question (source)
2013-03-30 02:37:08 -0600 received badge  Student (source)
2013-03-10 18:07:35 -0600 received badge  Supporter (source)
2013-03-10 18:04:47 -0600 received badge  Scholar (source)
2013-03-09 11:55:02 -0600 asked a question Can't build opencv2.4.4 with java support [on Ubuntu 12.04]

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:

image descriptionhttp://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):

image description

Any help will be more than wellcome. And please, excuse my english. Thanks!