Re: JNI EXCEPTION_ACCESS_VIOLATION



Hello Inácio,

Thanks for the suggestion. If I understand you correctly, you are
suggesting that I access the C++ DLL's functions via a C++ program, to
take the JVM out of the equation. I have done this already, and this
scenario works fine without any crash.

I suspect there is some memory conflict condition that I am causing by
accessing the Windows XP disk read/write code (presumably in ntdll.dll
??????) running from within a JVM, and by calling the WindowLookAndFeel
code into play.

I have been researching this issue pretty rigorously for the past few
days, and have found other posting reporting similar problems.
Unfortunately, it seems that nobody has been able to offer a satisfying
explanation, and in my particular case, I have to use the Windows L&F,
so simply omitting it is not an option.

Short of a complete explanation on how to fix this problem, I could
really use advise on how to get more information from the crash that I
can use to track the problem down.

Thanks again for your post.

Ed Sandfort

.



Relevant Pages

  • Re: Ping Class java
    ... >> jvm or you are seeing some real latency in the network for some reason. ... the JVM is running on Windows XP with netbios over ... a java bug. ...
    (comp.lang.java.programmer)
  • Re: NewsMaestro Usenet Supertool
    ... you might hurt someone by mistake. ... You need to have JVM (Java Virtual Machine) ... of Windows. ...
    (news.software.readers)
  • Re: Microsoft Java almost gone in Vista
    ... In my view, the JVM has been a fantastic step in software progress, especially with the "write once, run anywhere" aspect that makes it possible for me, as a programmer, to not have to be bothered to learn every Operating System that my compiled code will execute consistently on. ... Back in the day when Pascal was quite popular, the need for cross-platform software wasn't an issue like it is today, and mainstream consumer applications were typically written for DOS (and in later years, Windows). ... In the past decade I've noticed a gradually increasing trend from various companies toward creating MacOS, Unix, and Windows versions, although not usually all three. ...
    (comp.lang.java.programmer)
  • Re: alt.free.newsservers
    ... Just sit in your stinky threads ... You need to have JVM (Java Virtual Machine) ... of Windows. ...
    (news.software.readers)
  • JNI_CreateJavaVM fails (returns -1)
    ... I am trying to get a simple windows console application to lauch the jvm ... I even removed the windows VM just to make sure that it was not coming into ... picture since it had it's own java related dll's in the system dirs. ... ->SetObjectArrayElement(env, applicationArgs, 0, applicationArg0); ...
    (comp.lang.java.programmer)