Hi, I'm trying to run a function that makes use of java jdk 11. I am running EndeavourOS (arch based distro) and I have installed both openjdk and java oracle, set my default interpeter to java 11, succesfully ran sudo R CMD javareconf
, but when I try to make use of the function I get the following error:
java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol: reuseport_available
Do you have any suggestions?