Hello,

I am a Java beginner and facing problem at JNI level. I have to load a C++ library through my JNI layer and the problem is my JNI (/JAVA) code is
same for 32bit and 64bit JVM. 2...