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
all native methods have been moved to javaforce.jni
next release will test out Java FFM native interop
this requires Java 22 which is a problem for Debian.
JF deps on 'default-jre' which still targets Java 21
therefore the dep will have to target Java 25 directly
which will break 'apt upgrade'
Find alternative method to install Java 25 on your Linux systems:
apt install openjdk-25-jre
before the next release.