Ask Your Question

neuronetv's profile - activity

2014-04-22 02:52:10 -0600 asked a question make does not create jar file

I'm running fedora 20 64 bit and trying to follow the instructions here to install opencv and eclipse: https://www.openshift.com/blogs/day-12-opencv-face-detection-for-java-developers I untar opencv-2.4.7.tar.gz and run the commands and all run fine without errors, but at the end of it all I do not get the opencv-247.jar file in the opencv-2.4.7/build/bin directory as the doc says. The best I could find on google about this was that 'some dependencies are probably missing' but I don't know what dependencies these are. Before working on opencv I've tried these steps: yum-builddep java-1.8.0-openjdk.x86_64 yum-builddep openvcv yum install java-1.8.0-openjdk.x86_64 java-1.8.0-openjdk-devel.x86_64 the above commands install loads of stuff but still opencv does not create a jar file. I'm stumped here, can anyone help?