-
|
Hi, It doesn't stop IDE loading but anyway I fixed it by recompiling JNA libjnidispatch.so and put it into IDE folder (IDEA folder\lib\jna\aaarch64) Result (need to run in proot env to have libutil.so lib): I use patched JNA version, with rebuilt libjnidispatch.so. So, any idea how to fix that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
It is not possible to load glibc libraries with bionic java. You should use glibc-compiled java to load this (probably in proot or chroot distro). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

It is not possible to load glibc libraries with bionic java. You should use glibc-compiled java to load this (probably in proot or chroot distro).