On Tue, Jul 1, 2008 at 1:39 AM, Nidhi Behl <[EMAIL PROTECTED]> wrote:
> Caused by: java.lang.UnsatisfiedLinkError: > /space2/ruchi/bin/myerrlog.so: /space2/ruchi/bin/libmyerrlog.so: wrong > ELF class: ELFCLASS32 > at java.lang.ClassLoader$NativeLibrary.load(Native Method) When using JNI, you'll need to make your own 64-bit shared objects available in your shared library path when running under a 64-bit java. -- Eric Covener [EMAIL PROTECTED] ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
