QUESTION : I found a plug-in for the nvcc toolchain but it only works on linux. What I want is […]
Tag: netbeans
Is there a way to use CMD + DELETE, and similar commands in Netbeans?
QUESTION : Normally, in Mac OSX Lion, you can delete words or even a whole line by holding option or […]
How to open a Cygwin shell at a specific directory from Netbeans?
QUESTION : I’ve tried using QuickOpener with the command: C:cygwinbinmintty.exe -e cd `cygpath “${currentFolder}”` but it just opens a window […]
How to kill an invisible process?
Problem : I have a program that crashed, its GUI is frozen, and I would like to kill it. However […]
How do I remove NetBeans IDE from Fedora 15?
Problem : I have two version of NetBeans installed in Fedora 15. I am unable to open them for the […]
Security issue on Linux with Netbeans
Problem : In order to edit some files in Netbeans, I had to do a chmod 777 on the parent-folder. […]
Downgrade to Java 8 from Java 10 on Mac so that Netbeans can work
QUESTION : I have java version 8, but when I type java -version in terminal I am getting java 10 […]
Netbeans blocked by chrome
Problem : I’ve downloaded Netbeans 7.4(https://netbeans.org/downloads/7.4/) When the download finished, chrome deleted it and says: netbean-7.4.exe is malicious, and Chrome […]
How can I get around UAC in Windows 7 / Vista to run tests using Selenium under NetBeans?
QUESTION : I am trying to set-up a test environment for a PHP web application on a windows 7 system. […]