How can I set the native library path for the B4J SLC, so that the created jar Library can refer to my included native dll file (in Windows). In B4J I get an java.lang.UnsatisfiedLinkError: no jMath (my dll) in java.library.path error. The jMath.dll is a c library file using the Java jni functions.
In Eclipse everything works with the include path for my jMath folder: C:\eclipse\workspace\jMath\additional for the native library location. I inspected the created jar file with 7-zip. the dll is in the root and the jMath class in the com/peter/jmath folder as specified in my java file.
In Eclipse everything works with the include path for my jMath folder: C:\eclipse\workspace\jMath\additional for the native library location. I inspected the created jar file with 7-zip. the dll is in the root and the jMath class in the com/peter/jmath folder as specified in my java file.