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
To load a library at runtime it must be a dll (windows). If you have a static library (lib) and you have to use it via JNI you have to create a wrapper dll