JNI and Solaris 9 64 bits
I have a problem using JNI on Solaris 9.
I have a library .so build in C, i compile using Forte 8 with -xarch=v9 option, for generate 64 bits code.
I Have installed Java 1.4 for 64 bits.
When i run my proyect, this send a exception: java.lang.UnsatisfiedLinkError
But the stranger is that the program can found the library.
The complete exception is:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/users/sitdesa/BridgeCanales/lib/libjtux.so: ld.so.1: java: fatal: /home/users/sitdesa/BridgeCanales/lib/libjtux.so: open failed: No such file or directory
Any idea?
Thanx!

