Ask Your Question

gopal ahir's profile - activity

2018-09-04 08:46:48 -0600 received badge  Notable Question (source)
2016-06-18 15:47:48 -0600 received badge  Popular Question (source)
2014-08-27 01:20:18 -0600 received badge  Critic (source)
2014-08-27 01:19:45 -0600 received badge  Supporter (source)
2014-08-19 00:28:57 -0600 asked a question NATIVE_LIBRARY_NAME cannot be resolved or is not a field with Linux + Eclipse + Java

Confused about my git opencv-2.4.5 Updating to "Core.NATIVE_LIBRARY_NAME" from the newer tutorial and giving the library setup my best shot (opencvbuildpath/lib), I get an error on Core.NATIVE_LIBRARY_NAME like so:

Stacktrace:

Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
![NATIVE_LIBRARY_NAME cannot be resolved or is not a field]

at VideoCap.main(MyVideoCap.java:7)

I had settled the NativLibrary path at the following location. /home/.../OpenCV/opencv-2.4.5/build/lib

image description