J
j2eepgrmr
I have a dynamic library compiled on a 32 bit Linux machine. Is it
possible to run it on a 64-bit machine?
The following link says ...
http://java.sun.com/j2se/1.4.2/docs/guide/vm/
Users of the Java Native Interface will need to recompile their code to
be able to run it on the 64-bit VM.
Currently I don't have access to 64-bit machine, so I am trying to see
if anyone has run across this issue.
Thanks
possible to run it on a 64-bit machine?
The following link says ...
http://java.sun.com/j2se/1.4.2/docs/guide/vm/
Users of the Java Native Interface will need to recompile their code to
be able to run it on the 64-bit VM.
Currently I don't have access to 64-bit machine, so I am trying to see
if anyone has run across this issue.
Thanks