Hi All
Hi All,
I am trying to use one of the jar files. The porgram compiles fine but when I try to run the program it gives me this error. I have put the jar file into the class path. I have put the location of dierctory containing the jar file into path but still its not working. Can anyone suggest what can be the cause of the problem?
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jxi in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at ukbpa.Xi.XiProxy.<clinit>(XiProxy.java:11)
at ukbpa.Xi.XiFunctions.<clinit>(XiFunctions.java:10)
at ScratchPad.main(ScratchPad.java:34)
