Solved Netbeans 16

Hello all,
fresh installation of netbeans does not start. the splash screen appears, followed by a white window, no errors displayed.
Anybody can help me?

Thanks.

Netbeans-16
Openjdk 11.0.17
Freebsd-13.1 p5
 
Hello all,
fresh installation of netbeans does not start. the splash screen appears, followed by a white window, no errors displayed.
Anybody can help me?
Do you use a tiling or non-parenting WM? In past cases you need to tell Java to do a few different hacks to support that.

https://tools.suckless.org/x/wmname/

Basically, install the wmname port and run:

Code:
$ wmname LG3D

This tricks Java's GUI toolkit into thinking it is running its older supported Looking Glass 3D display system which worked similarly to a non-parenting WM.

Surprised this is still needed.
 
Do you use a tiling or non-parenting WM? In past cases you need to tell Java to do a few different hacks to support that.

https://tools.suckless.org/x/wmname/

Basically, install the wmname port and run:

Code:
$ wmname LG3D

This tricks Java's GUI toolkit into thinking it is running its older supported Looking Glass 3D toolkit which worked similarly to a non-parenting WM.

Surprised this is still needed.

Thank you very much, it works.
 
Back
Top