Hi,
Could someone please specify as to how to specify the path for Remedy Java API in linux, as I am getting the below mentioned error...
Exception in thread "main" java.lang.UnsatisfiedLinkError: no arjni63 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at com.remedy.arsys.api.Proxy.<clinit>(Proxy.java:51)
at com.remedy.arsys.api.DefaultProxyManager.getProxy(DefaultProxyManager.java:60)
at com.remedy.arsys.api.ARServerUser.verifyUser(ARServerUser.java:726)
at com.remedy.arsys.api.ARServerUser.login
..........