Apache NetBeans taking to long to load on first run

Viewed 19

I have just installed Apache NetBeans on my Arch Linux desktop, and on the first run it is taking a very long time to load. Is this a problem with NetBeans? If so, how do i fix it? My computer has 4gb of ram and a 2-core CPU.

1 Answers

I have done some research on the Manjaro forum here and found that running _JAVA_AWT_WM_NONREPARENTING=1 netbeans in a terminal will make the editor work.

Related