How to use JAVA project in Linux machine
Hi Team, I have developed a Project in windows Machine and used a opencv-java2410.dll file in my Project but when I make a .jar of my project and deploy it on Linux machine so it is giving me Exception: java.lang.UnsatisfiedLinkError: no opencv_java2410 in java.library.path
so how I can resolve this Exception..
Thanks in advance.
This is a linux related problem. I am guessing that your distribution doesn't know where to look for the java library. You are using the java android interface? Or are you using JavaCV, which is actually a wrapper and not officially supported.
Hi Steven, I have used opencv-2.4.10 and serching for the equivalent .so file for linux. Because as I searched on Net so there is .dll file is needed for Windows and .so file is required for Linux. But When I download opencv-unix or opencv-winfrom this link http://sourceforge.net/projects/openc... then It downloads opencv-win in both cases.... so is there any link to download OPENCV-UNIX. which can give me compatability for linux.
or
can I develop a Program for FaceDetection without using .dll. or any option.
OpenCV for linux can best be installed by grabbing the latest stable 2.4 branch from Github and building it yourself locally.