Last Updated: February 25, 2016
·
1.27K
· russellengland

Netbeans dummy window?

Netbeans not starting? Getting a dummy window?

Open a terminal and try this

killall -9 java

Alternatively...

There's a couple of quirks in Netbeans which seems to be a problem with OpenJDK.

Most irritating is being unable to copy and paste to/from a browser.

Installing Oracle Java 6 seems to solve the quirks

First run this which will create a package on your computer
https://github.com/flexiondotorg/oab-java6#how-do-i-download-and-run-this-thing

Then install the package
https://github.com/flexiondotorg/oab-java6#what-gets-installed

Then edit netbeans.conf to use the Oracle Java 6

gksudo gedit ~/netbeans-7.1.1/etc/netbeans.conf 

Change to

netbeans_jdkhome="/usr/lib/jvm/java-6-sun/jre"

And restart Netbeans