Hi,
I have a few concern to ask to anyone who could help.. I got my projet using iaxclient working on windows, however, i am not able to run it on linux (ubuntu 10.10)..
Got an exception in loading library iaxclient.jar/ iaxclient.so.. For details on the exception trapped, please see logs below..
Exception in thread "thread applet-<package>.MyApplet.class-1" java.lang.UnsatisfiedLinkError: Unable to load library 'iaxclient': libiaxclient.so: cannot open shared object file: No such file or directory
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:145)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:188)
at com.sun.jna.Library$Handler.<init>(Library.java:123)
at com.sun.jna.Native.loadLibrary(Native.java:255)
at com.sun.jna.Native.loadLibrary(Native.java:241)
at org.callino.jiaxc.IAXClient.<clinit>(IAXClient.java:192)
at org.callino.ojiaxc.OJIAXClient.<init>(OJIAXClient.java:33)
at org.callino.ojiaxc.OJIAXClient.getInstance(OJIAXClient.java:56)
at <package>.MyApplet.start(MyApplet.java:94)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1698)
at java.lang.Thread.run(Thread.java:662)
hope you could help me identify this.. also, same exception for loading library on mac osx was trapped..
Thanks in advance..