It looks like IDE cannot find cygwin or msys(2) shell folder in predefined paths or registry.
As fallback IDE uses system env variable Path to find shell. Try to add cygwin/msys bin folder to Path. Valid path to shell should contain sh.exe or bash.exe and on of the files: msysinfo, msys-2.0.dll,cygwin1.dll, cygcheck.exe. Alexander 23.03.2018 8:56, A Z пишет: -I am running NEtbeans 8.2 on 64 bit Windows 10 Home Edition. -I have also installed 64 bit Java 8. I have been trying to get C++ working under netbeans. I have installed cmake, qmake, and the TDM 64 bit G++ compiler kit. However, having installed 64 bit MSys2, I am getting the message when I build a main class and method that ******************************* Error No shell found. Cannot proceed. Please install either CYGWIN or Msys. ******************************* I have already done this, yet I still get this error message. How can I remove whatever the issue is so that I can build (compile and link) and run my C++ programs?