Debian install netbeans - "No protocol specified"
Solution 1:
I guest this comes too late, but instead of calling it from root you can try as the normal user with:
sudo ./netbeans-whatever.sh
or
sudo sh netbeans-whatever.sh
It seems to work also with uninstaller. You can also install as user for the user without using sudo
.