Hello,
I have been using Java in conjunction with JNI and C++ for some time now.
After I downloaded Netbeans 7.1 and JDK7, I started getting the following message:
Java Result: -1073741819.
As I trace the program, it does load the dll library, then tries to execute a native call. It seems that it does not enter the native code, c++ in this case, and it never makes it out of the call.
I uninstalled Netbeans 7.1, and JDK7, and ran this with Netbeans 7.01 and JDK6.29. The result was the same. And this happens regardless of the program I run, and regardless of what the program is trying to do. Essentially, it loads the dll library, then tries to got through the first native call and hangs.
Does anybody have any idea as to what is happening?
Thank you in advance
