Ask Your Question
0

How to use JAVA project in Linux machine

asked 2015-02-11 23:55:42 -0600

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.

edit retag flag offensive close merge delete

Comments

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-12 04:03:41 -0600 )edit

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.

Ram Jadhav gravatar imageRam Jadhav ( 2015-02-12 22:35:27 -0600 )edit

OpenCV for linux can best be installed by grabbing the latest stable 2.4 branch from Github and building it yourself locally.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-13 03:24:06 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-02-13 04:59:35 -0600

Ok I will check it...

Thank You..!!!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-11 23:55:42 -0600

Seen: 162 times

Last updated: Feb 11 '15