Is it possible to build a HelloWorld.lib and load it to a Java application using JNI? Or it just works with shared libraries?
I couldn\'t find a clear answer on the
It needs to be a dynamic library. Fortunately, you can build a dynamic library from a static one.