Is there a way for a 64 bits JVM to load a 32 bits DLL
843829Jul 10 2006 — edited Jul 10 2006Hi,
I am loading a dll in my java program and making JNI calls. This works fine in 32 bits environment.
We now are going to use a 64 bits JVM. The problem is that I cannot recompile the DLL.
Is there a way for the 64 bits JVM to load the 32 bits DLL ?
thank you,
Patrick