I downloaded “netbeans-6.1-ml-javase-linux.sh”. However, when I try to install this (using konsole), it opens a blank window and basically just freezes and never allows me to terminate the process. Any idea what I might be doing wrong?
Hi, did you type “sh netbeans-6.1-ml-javase-linux.sh”? It should work this way.
If you can’t terminate the process with Ctrl+c you can “kill -9 processID” You’ll find the PID using “ps aux”.
Thanks!
Actually, it was a dumb mistake: I didn’t log in as “su” before executing the command. It started running the “.sh” file and then hit problems part way through.
What I don’t get is why it reacted that way instead of telling me I didn’t have permission to do those actions?