Closed mrwhy-orig closed 6 years ago
For which platform are you developing ? The native lib is required, because it contains the core functionality of the SDK which is written in C++.
Windows (Tests/Dev), Linux on ARM(Production)
Ok,... Now I use a absolute path in System.load(ABSOLUTE_PATH_TO_DLL) it is working so far.
At the moment i'm stuck at getting a desktop app running. A guide to kickstart a Java Desktop app would be nice. Should I use the new SDK for desktop apps, or should i use the old one? Also I don't understand why there is a native lib linked. What is the native lib doing?