-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?