hi,
i connect the sdk with
java but that shows this error
Exception in
thread "main" java.lang.UnsatisfiedLinkError: no sdkjcalls in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at RequestProcessor.<clinit>(RequestProcessor.java:21)
at simpler.communicateWithQB(simpler.java:158)
at simpler.main(simpler.java:48)