Thank you, adding -J--add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED solved it!
/Patrik Skickat med Proton Mail säker e-post. Den fredag 27 februari 2026 kl. 21:18, Matthias Bläsing <[email protected]> skrev: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
