Problems with 32 and 64 bits
Hello everybody !
Here is my problem : I work on a laptop running Fedora Core 5 64 bits. I installed the JDK 1.5 and java3d for AMD64. But when I want to run an application (that runs well under Windows or other Linux systems), I've got errors.
The app calls libj3dcore-ogl.so (set in /opt/jdk/jre/lib/amd64) which calls libjvm.so that can only be found in /opt/jdk/jre/lib/i386/client.
The error says something like WRONG ELF CLASS 32 so I think it does not like seeing a 32 bits lib called by a 64 bits lib.
Am I correct ?
Whether I am wrong or not, what can I do to solve that ?
Thanks a lot.
Bye.

