Hi everyone,
I am currently running into some issues when running a jogl based application on a freshly installed Raspian Bookworm OS.
I am using
* Raspi 3B+
* jogl 2.5.0
* java 17 (openjdk from apt)
* Raspian Bookworm with kernel 6.6. (July 202)
During startup of the application, the JVM crashes when trying to look up the monitor name. This is the crash log:
hs_err_pid1417.logThis happens both with the aarch64 and armhf versions of the OS.
The same application works just fine on a Pi 4 with the same setup (and the 64 bit version of the OS).
xrandr also works just fine on the Pi 3.
Are there any drivers or libs that I am missing that need to be installed?