Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there a way for a 64 bits JVM to load a 32 bits DLL

843829Jul 10 2006 — edited Jul 10 2006
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2006
Added on Jul 10 2006
2 comments
668 views