You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new : FFM can now register JNI methods from native code
without using System.load()
Also works in Tomcat Servlet contexts in multiple classpaths.
This is a game changer, thanks to AI for putting the pieces together.
See native/common/register-jfheap.cpp
new : DBus now supports calling methods from server to client on Linux
new : javaforce.db.* has switched to Java Serialization
removed old deprecated custom serialization methods
jfDVR/0.39
removed old config format
you must run 0.34 - 0.38 to upgrade config before upgrading to 0.39
new : removed deprecated functions from webui
issue : FFM works great in Tomcat but loading the two JNI methods
does not work yet (JFNative.pin() and unpin()).
The Tomcat JniLifecycleListener does not seem to load the library properly.
For now I'm using FFM.disableJNI() in my servlets init() method
until this can be resolved.