netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Apache Netbeans 21 Windows doesn't render correctly launched through WSL2.

Open cruiztorresj opened this issue 1 year ago • 0 comments

Apache NetBeans version

Apache NetBeans 21 release candidate

What happened

Unable to use Apache Netbeans 21 given that there are some render problems with the GUI I suppose.

Have a look. Screenshot 2024-02-23 223227

As you can see all other windows looks good but Apache Netbeans 21.

Which by the way, I am not using the release candidate but the final 21 version just released a couple of days ago.

Thanks

Language / Project Type / NetBeans Component

Java Maven Project

How to reproduce

I am not sure if you will actually be able to reproduce it.

What I did is the following:

  • Open an instance of Debian in the Windows Subsystem for Linux 2 (WSL2).
  • Download the Apache Netbeans 21 installer (.deb file) with curl -LO ... Please substitute the three points with download URL.
  • Install the Apache Netbeans 21 using dpkg --install downloadedFile.deb
  • Run Apache NetBeans 21 with netbeans command in the terminal.

After that I ended seeing the Apache Netbeans 21 having problems to render correctly.

Thanks!

Did this work correctly in an earlier version?

No / Don't know

Operating System

Windows 11 Host, Debian 12 (Running on WSL2).

JDK

java 21.0.1 2023-10-17 LTS. Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29)

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

Congratulations on releasing Apache Netbeans 21. I remember using Netbeans in 2008, on my first paid job. Cool.

Are you willing to submit a pull request?

Yes

cruiztorresj avatar Feb 24 '24 04:02 cruiztorresj