I have a 64 bit dll that has got dependancy with 64 bit oracle and built on a 64 bit machine with 64 bit JVM. Can this dll be used in a 64 bit system having 32 bit oracle ? JVM is 64 bit. Also can we load a 64 bit dll using 32 bit JVM?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You cannot load a 64-bit DLL into a 32-bit process. Nor does it work the other way around. See this article for details. |
|||||||
|
|