Hi, Am Freitag, dem 27.02.2026 um 19:22 +0000 schrieb Patrik Karlström: > My question now is what do I need to keep from the pretty long > options in order to get the first one working?
I think that you are looking for: -J--add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED That is needed so that code like this can be used: https://github.com/matthiasblaesing/bitwardenagent/blob/master/src/main/java/eu/doppelhelix/app/bitwardenagent/BitwardenMain.java#L85-L94 Greetings Matthias
