| Ant and the Windows Registry | Ant and the Windows Registry 2006-10-17 - By Dominique Devienne
On 10/17/06, Robert Pepersack <RPepersack@(protected)> wrote: > OK. I got it to run by putting both orangevolt-ant-tasks-1.3.5.jar and > roxes-win32forjava-1.0.4.jar in Ant's lib directory. But, when I run > it, I get this ugly error. I don't know the JNI, so I have no idea how > to deal with this problem: > > An unexpected exception has been detected in native code outside the > VM. > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at > PC=0x77FCD989 > Function=[Unknown.] > Library=C:\WINNT\system32\ntdll.dll
Welcome to mixing Java code, and native code. When the native code goes wrong, you crash the whole thing. Bugger, ain't it! --DD
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |