I am trying to run my JNI code using JUnit within Ant on Solaris 5.8. However, it fails to load my shared object and gives me this error message.
Can't load Sparc v9 64-bit .so on a Sparc 32-bit platform I set the environment variables as following: JAVA_HOME = /local/apps/java/1.5.0-11-64/jdk1.5.0_11 PATH = .:./bin:/local/apps/java/1.5.0-11-64/jdk1.5.0_11:/local/apps/java/1.5.0-11-64/jdk1.5.0_11/bin/sparcv9 How is it trying to run on the 32 bit mode while I am trying to run on the 64 bit mode? Is there something I need to set in my Ant script? Thank you. -- View this message in context: http://www.nabble.com/Problem-running-junit-on-Solaris-64-bit-tf4325862.html#a12320068 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
