Closed GoogleCodeExporter closed 9 years ago
I added prebuild opencv for android to my project. this time it doesnt give the
same error. Instead it gives
A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (classFileParser.cpp:3494), pid=8168, tid=6636
# Error: ShouldNotReachHere()
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode windows-x86 )
# An error report file with more information is saved as:
# C:\opencv\test\hs_err_pid8168.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Please help
Original comment by m.alpte...@gmail.com
on 25 Jul 2011 at 1:31
Please try to follow the instructions in the README.txt file. Let me know if
you get any errors after that.
Original comment by samuel.a...@gmail.com
on 26 Jul 2011 at 4:18
I think I have problem with this part:
and make sure that the library files of OpenCV can be found either in their
default installation directory or in the system PATH, which includes the
current directory under Windows.
I didnt really understand it. Could you explain in detail? Thx
Original comment by m.alpte...@gmail.com
on 27 Jul 2011 at 5:59
I get this error at Eclipse:
java.lang.UnsatisfiedLinkError: C:\Windows\System32\jniopencv_core.dll: Can't
find dependent libraries
Original comment by m.alpte...@gmail.com
on 27 Jul 2011 at 6:37
I managed to run a single code but i cant run it on anroid 2.2 emulator. Is
there something I should do?
Original comment by m.alpte...@gmail.com
on 27 Jul 2011 at 7:53
You got it working, great. To run it on Android, you need to do some other
things as detailed in the README.txt file. Could you post any further questions
you have on the mailing list? I prefer to keep this system here for actual bugs
in JavaCV, thanks
Original comment by samuel.a...@gmail.com
on 27 Jul 2011 at 10:03
How did you removed the error :
java.lang.UnsatisfiedLinkError: C:\Windows\System32\jniopencv_core.dll: Can't
find dependent libraries
Tried a lot but still face this problem...
thanks,
Original comment by pro...@gmail.com
on 28 Oct 2012 at 10:28
@proksy Please try to follow the instructions on this page:
Common issues with OpenCV under Windows 7
http://code.google.com/p/javacv/wiki/Windows7AndOpenCV
Original comment by samuel.a...@gmail.com
on 29 Oct 2012 at 1:13
Original issue reported on code.google.com by
m.alpte...@gmail.com
on 25 Jul 2011 at 1:11