Hi All,

I am trying to create the executable for a JNI code on the AIX 5.2(32 bit version) platform using Java 1.4.2 Jsdk. The code compiles successfully but when the gcc tries to link it an error props up saying

collect2: library libverify not found

I have already tried to locate the libverify.so in the Java Installation folder. I guess this so file is used for bound chking in case of strings to avoid...