Vlog 03: Integrating Dear ImGui (1.92.0+) with latest jME3: Initial Findings, Traps, and Architecture Choices
jMonkeyEngine Hub
June 12, 2026
ndebruyn:
Your Linux system hasglibc older than 2.38 , but
imgui-java 1.92.0was compiled against glibc 2.38. So Java finds the.so, but Linux cannot load it.
This is a common issue in linux.
Those natives need to be built on an older os with old glibc, or, (better) inside the steam sniper docker image (registry.gitlab.steamos.cloud/steamrt/sniper/sdk).
Discussion in the ATmosphere