Error Importing OpenCV4Android into eclipse
I followed the Documentation here... I follow Exactly from step one down to step six... Which is The image where it shows the "False errors" after importing an existing project... Once I click finish Eclipse closes and a window with an error pops up... I am using all the updated software from eclipse (juno); Android SDK and the NDK and the like; Also I am using the OpenCV4Android v2.3.4rc... Based on the images of the tutorial, someone is using the Juno eclipse IDE...
Any thoughts as to why I get a error from eclipse and making it close after I follow the tutorial to the letter? Once I try to re-open eclipse after it force closes, I get the same error, so it is a loop and I can not work with eclipse period... I can tell you once I delete the workspace for OpenCV4Android eclipse will open fine, so it is indeed the files that come with the zip file from the website for v 2.3.4rc
Error: only thing I did was delete the system info and Username info from exact bottom of txt file
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000256d243, pid=5220, tid=796
#
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# j org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPSemantics.expandUsingDeclarationsAndRemoveObjects([Lorg/eclipse/cdt/core/dom/ast/IBinding;Z)[Lorg/eclipse/cdt/core/dom/ast/IBinding;+0
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x000000000f91b800): JavaThread "Worker-7" [_thread_in_Java, id=796, stack(0x00000000152e0000,0x00000000153e0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000000000069007c
Registers:
RAX=0x0000000000690074, RBX=0x0000000000000492, RCX=0x00000000d5c7a230, RDX=0x00000000d5c7f920
RSP=0x00000000153ddd68, RBP=0x00000000153ddda8, RSI=0x000000000f6ee848, RDI=0x0000000002555ea3
R8=0x000000000f91b800, R9=0x0000000000000006, R10=0x000000006de6e6f0, R11=0x00000000153ddd08
R12=0x0000000000000000, R13=0x00000000d5c8a39e, R14=0x00000000153ddde8, R15=0x000000000f91b800
RIP=0x000000000256d243, EFLAGS=0x0000000000010246
...
You're the first with such issue, so it is possible that something wrong with your environment. I can suggest you a couple of things: 1. Try to use another workstation. 2. If you're not using NVIDIA TADP, try it. Or, if you're using it, try without it :)
Kirill, Thanks for getting back to me on a timely manner... I think I may have found out the issue... For some reason, I either thought I had updated my Java run time or it never updated on a fluke... But Once I was able to update my java runtime to 7, I got rid of the closing loop for eclipse...
P.S. I am currently not using the Nvidia development kit... I am using just Classic Eclipse Juno, with your OpenCV4android 2.4.3RC and all the updated files needed by the Android sdk...
P.S.S. I am going to try the samples and see how that goes...