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!

[647 byte] By [oscuroa] at [2007-11-27 5:09:37]
# 1
Have you tried asking this over at the JNI forum? You may have better luck running into a JNI guru there. If my link works, you can find the forum [url= http://forum.java.sun.com/forum.jspa?forumID=52]here[/url].good luck!/Pete
petes1234a at 2007-7-12 10:29:27 > top of Java-index,Java Essentials,Java Programming...