Ask Your Question

joyjeni's profile - activity

2015-06-05 18:55:58 -0600 asked a question How to add opencv native library in Eclipse

I dont find build folder in opencv-3. I couldnt add native library present under build folder as shown in doc http://docs.opencv.org/doc/tutorials/...

I m using 64 bit Linux machine.

When I compile Hello.java I get below error

Exception in thread "main" java.lang.UnsatisfiedLinkError: no opencv_java300 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1865) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at Hello.main(Hello.java:8)

2015-04-22 23:26:25 -0600 asked a question How to use opencv lib in java code

I added opencv-249.jar in my build path. I get below error

Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/jdk1.8.0_20/jre/lib/i386/libawt_xawt.so: libXrender.so.1: cannot open shared object file: No such file or directory

How to fix