jloyd / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

java.lang.UnsatisfiedLinkError: Library jniopencv_core not found #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installing everything
2. Create tests
3. Try to run tests

What is the expected output? What do you see instead?

I expect the program not to crash, it crashed instantly with the error: 
java.lang.UnsatisfiedLinkError: Library jniopencv_core not found

What version of the product are you using? On what operating system?

Latest release of JavaCV, Windows XP Professional SP3, Android 2.2 HTC Desire

Please provide any additional information below.

I followed the Required Software and Quick Start for OpenCV: Eclipse (Android 
2.2 or newer) instructions fully. Re downloaded everything and redone the 
installation twice. Tried using both versions of armeabi. Added everything to 
the Path, JAVA_HOME & ANDROID_HOME environment variables. Using only 32 bit 
modules.

Referenced Libraries does contain javacpp.jar & javacv.jar.

My libs/armeabi folder does contain libjniopencv_core.so and all the other .so 
files required.

My libs folder does contain javacpp.jar & javacv.jar.

I've been struggling with this for the past 2 days now any idea on what's crazy?

Regards, Mat.

Original issue reported on code.google.com by mathias....@gmail.com on 12 Jul 2011 at 8:34

GoogleCodeExporter commented 9 years ago
It's probably the Eclipse plug-in acting up. Try to recreate your project from 
scratch.

Original comment by samuel.a...@gmail.com on 12 Jul 2011 at 9:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Success! It's works now once I recreated the project! Thank you for the advice.

Original comment by mathias....@gmail.com on 12 Jul 2011 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by samuel.a...@gmail.com on 13 Jul 2011 at 2:22