Re: Win7 calling native code via JNI

2010-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 3/27/2010 9:07 PM, Patrick Flaherty wrote: > There is only a 32 bit JVM on the machine. The bridge dll has not been > recompiled since > mid '08. If it was an incompatibility with the Microsoft Runtime > Library wouldn't you expect > the

Re: Win7 calling native code via JNI

2010-03-27 Thread Patrick Flaherty
anks again -- From: "Bill Barker" Sent: Saturday, March 27, 2010 7:45 PM To: Subject: Re: Win7 calling native code via JNI "Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f96d2507...@usea-exch8.na.uis.unisys.com... From: Patrick Flaherty [mailto:pf

Re: Win7 calling native code via JNI

2010-03-27 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f96d2507...@usea-exch8.na.uis.unisys.com... From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Win7 calling native code via JNI as soon as I call the dll's init function (CPPInit) it

RE: Win7 calling native code via JNI

2010-03-27 Thread Caldarale, Charles R
> From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Subject: Win7 calling native code via JNI > as soon as I call the dll's init function > (CPPInit) it crashed the JVM. Are you using the same JVM when you run Tomcat as a service? The one in this crash is the 32-bit c

Win7 calling native code via JNI

2010-03-27 Thread Patrick Flaherty
Hello, I have a ROOT webapp running in "Tomcat 6.0.20 as a SERVICE" on Windows 7 and it runs fine calling native code via JNI. Now for debugging purposes : I'm trying to run it with tomcat not running as a service (tomcat started via startup.bat) and the load of my bridge dll is ok, but as