Category: JNI and C++
-
UnsatisfiedLinkErrors with a jar file, JNI and C++
I’ve been busy porting legacy C code to C++. Yeah, real fun. I also have a java gui which calls the C code using the Java Native Interface (JNI). This layer also had to be updated in order to use the C++ code. Everything worked great on windows. I then had to make sure everything…