I have troubles getting Jmix Studio to run in a remote development environment with a Linux devcontainer.
Whenever I connect I get the error that Java Chromium Embedded Framework (JCEF) is not supported:
As a base container I am using: eclipse-temurin:17.0.8.1_1-jdk
Further, I installed via apt-get: nodejs python3 git libcairo2 libnss3 libatk-bridge2.0-0 libcups2 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libxtst6 libgbm1 libxkbcommon0 libpango-1.0-0 libasound2 libxxf86vm1 libxcursor1
The only help I could find is https://intellij-support.jetbrains.com/hc/en-us/articles/360016421559
Due to the added libraries above I have no missing dependencies anymore when I run the command: ldd /root/.cache/JetBrains/RemoteDev/dist/5b92388135cf0_ideaIU-2023.2.1/jbr/lib/*.so | grep “not found”
Is Jmix Studio supported in Dev Containers? Can you provide an example configuration, how to get it up and running?