OpenCV Library 2.4.4 on Eclipse gives error
I have downloaded the new OpenCV Library 2.4.4 from the website, and the newest version of Eclipse. When I import the library to the Project Explorer i get an error in the src files under org.opencv.video.Video.java
I had this error on both of my computers, so I can't be the only one who has this? Is there a solution, or what am I doing wrong?
To understand your problems I would look at the error(s) messages you get on project build.
Description Resource Path Location Type The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files Video.java /OpenCV Library - 2.4.4/src/org/opencv/video line 1 Java Problem Description Resource Path Location Type The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project OpenCV Library - 2.4.4 Unknown Java Problem
What Android SDK and NDK versions do you use? What Java? What's your host OS?
Version 21.1.0, Using Windows 7 64 bit, android-ndk-r8d, Java installed (Version 7 Update 15)