Error when using Netbeans External Console












0














I'm trying to compile a simple hello world program in c++ using netbeans 8.2 (in windows 10), however I'm getting the following error:



Error



External Terminal and Command Window



Compiler PATH



If I use the internal terminal I can actually run the program but when I change to external I receive this error.



I already tried to change External Terminal Type from "Default" to "Command Window" without success...



My project location is very simple: C:/NetBeansProject/Test (I also tried a lot of locations without success...)










share|improve this question
























  • There is an answer in Netbeans External Console. However, nobody gave feedback for that...
    – gsamaras
    Nov 19 '18 at 16:15










  • I tried and it doesn't work...
    – Rodrigo Sargaço
    Nov 19 '18 at 16:15










  • Please update your question with a screen shot of the Output window in NetBeans containing the error when you run the program with these settings: Console Type = External Terminal and External Terminal Type = Command Window.
    – skomisa
    Nov 20 '18 at 17:22












  • @skomisa Thank you for your reply. Updated my post!
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09
















0














I'm trying to compile a simple hello world program in c++ using netbeans 8.2 (in windows 10), however I'm getting the following error:



Error



External Terminal and Command Window



Compiler PATH



If I use the internal terminal I can actually run the program but when I change to external I receive this error.



I already tried to change External Terminal Type from "Default" to "Command Window" without success...



My project location is very simple: C:/NetBeansProject/Test (I also tried a lot of locations without success...)










share|improve this question
























  • There is an answer in Netbeans External Console. However, nobody gave feedback for that...
    – gsamaras
    Nov 19 '18 at 16:15










  • I tried and it doesn't work...
    – Rodrigo Sargaço
    Nov 19 '18 at 16:15










  • Please update your question with a screen shot of the Output window in NetBeans containing the error when you run the program with these settings: Console Type = External Terminal and External Terminal Type = Command Window.
    – skomisa
    Nov 20 '18 at 17:22












  • @skomisa Thank you for your reply. Updated my post!
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09














0












0








0







I'm trying to compile a simple hello world program in c++ using netbeans 8.2 (in windows 10), however I'm getting the following error:



Error



External Terminal and Command Window



Compiler PATH



If I use the internal terminal I can actually run the program but when I change to external I receive this error.



I already tried to change External Terminal Type from "Default" to "Command Window" without success...



My project location is very simple: C:/NetBeansProject/Test (I also tried a lot of locations without success...)










share|improve this question















I'm trying to compile a simple hello world program in c++ using netbeans 8.2 (in windows 10), however I'm getting the following error:



Error



External Terminal and Command Window



Compiler PATH



If I use the internal terminal I can actually run the program but when I change to external I receive this error.



I already tried to change External Terminal Type from "Default" to "Command Window" without success...



My project location is very simple: C:/NetBeansProject/Test (I also tried a lot of locations without success...)







c++ c++11 netbeans






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 '18 at 19:12

























asked Nov 19 '18 at 16:10









Rodrigo Sargaço

112




112












  • There is an answer in Netbeans External Console. However, nobody gave feedback for that...
    – gsamaras
    Nov 19 '18 at 16:15










  • I tried and it doesn't work...
    – Rodrigo Sargaço
    Nov 19 '18 at 16:15










  • Please update your question with a screen shot of the Output window in NetBeans containing the error when you run the program with these settings: Console Type = External Terminal and External Terminal Type = Command Window.
    – skomisa
    Nov 20 '18 at 17:22












  • @skomisa Thank you for your reply. Updated my post!
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09


















  • There is an answer in Netbeans External Console. However, nobody gave feedback for that...
    – gsamaras
    Nov 19 '18 at 16:15










  • I tried and it doesn't work...
    – Rodrigo Sargaço
    Nov 19 '18 at 16:15










  • Please update your question with a screen shot of the Output window in NetBeans containing the error when you run the program with these settings: Console Type = External Terminal and External Terminal Type = Command Window.
    – skomisa
    Nov 20 '18 at 17:22












  • @skomisa Thank you for your reply. Updated my post!
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09
















There is an answer in Netbeans External Console. However, nobody gave feedback for that...
– gsamaras
Nov 19 '18 at 16:15




There is an answer in Netbeans External Console. However, nobody gave feedback for that...
– gsamaras
Nov 19 '18 at 16:15












I tried and it doesn't work...
– Rodrigo Sargaço
Nov 19 '18 at 16:15




I tried and it doesn't work...
– Rodrigo Sargaço
Nov 19 '18 at 16:15












Please update your question with a screen shot of the Output window in NetBeans containing the error when you run the program with these settings: Console Type = External Terminal and External Terminal Type = Command Window.
– skomisa
Nov 20 '18 at 17:22






Please update your question with a screen shot of the Output window in NetBeans containing the error when you run the program with these settings: Console Type = External Terminal and External Terminal Type = Command Window.
– skomisa
Nov 20 '18 at 17:22














@skomisa Thank you for your reply. Updated my post!
– Rodrigo Sargaço
Nov 21 '18 at 19:09




@skomisa Thank you for your reply. Updated my post!
– Rodrigo Sargaço
Nov 21 '18 at 19:09












1 Answer
1






active

oldest

votes


















0














This answer doesn't offer an explicit solution for your problem, but since this works for me the following information may be helpful anyway:




  • I am also using NetBeans 8.2 with C++ 11 on Windows 10, so you probably have a configuration issue. Therefore I will show my settings on several relevant screens and perhaps you can resolve the problem yourself by comparing your configuration with mine.


  • Here is my Run configuration ({project} > Properties > Run) for the C++ project:
    enter image description here
    I tested using both the Debug and Release configurations with no problems.



  • I don't think it's relevant but here is the output from doing clean/build for the project:



    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug clean
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    rm -f -r build/Debug
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    CLEAN SUCCESSFUL (total time: 457ms)
    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/cppapplication_3.exe
    make.exe[2]: Entering directory
    /d/NB82/CppApplication_3'
    mkdir -p build/Debug/MinGW-Windows
    rm -f "build/Debug/MinGW-Windows/main.o.d"
    g++ -c -g -MMD -MP -MF "build/Debug/MinGW-Windows/main.o.d" -o build/Debug/MinGW-Windows/main.o main.cpp
    mkdir -p dist/Debug/MinGW-Windows
    g++ -o dist/Debug/MinGW-Windows/cppapplication_3 build/Debug/MinGW-Windows/main.o
    make.exe2: Leaving directory /d/NB82/CppApplication_3'
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    BUILD SUCCESSFUL (total time: 1s)




  • This shows the NetBeans screen for my simple "Hello World!" project, and the terminal window produced by running the project (F6):



    NetBeans window




  • This show the Build Tools settings for C++ (Tools > Options > C++ > Build Tools tab):



    OptionsCpp




If none of that helps, here are a couple more things to check:




  • If you are using MinGW, do you have C:MinGWbin included in your PATH environment variable?

  • Update your question if the NetBeans log contains any unexpected errors (View > IDE Log).


Finally, this SO answer mentions having your problem because..




...the folder name in the project path was the reason. Try to change
location of your project to something simple, like
"c:NetBeansProjectsprj1".




It's worth spending 2 minutes trying that since the path to my project is very simple, and yours is not.






share|improve this answer





















  • Hello. Thank you for your help. I have all my settings same as you but it didn't work... I tried to reinstall Netbeans several times, tried Netbeans 8.1, 8.2, Developer, without success...
    – Rodrigo Sargaço
    Nov 20 '18 at 11:26










  • @RodrigoSargaço OK. What is the absolute path of your project's folder? Also, did you try creating another project with a simple path?
    – skomisa
    Nov 20 '18 at 14:35










  • yes, I did. I tried a lot of locations without success...
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09










  • Some wierd thing happened. I have 2 computers (desktop and laptop) and both had the problem. I tried Netbeans on my Desktop and it works (I didnt change anything! Like magic.) but my Laptop is not working.... (I use my laptop for work :( )
    – Rodrigo Sargaço
    Nov 21 '18 at 19:11










  • @RodrigoSargaço OK, very strange. If this is still unresolved I can only suggest that you compare your two NetBeans instances to see what is configured differently in the one that fails, but I'm sure you have already done that. The root cause is that long file path shown in your screen shot of the terminal window but I have no idea what is causing it. Are both computers using Windows 10?
    – skomisa
    Nov 27 '18 at 5:50











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53378614%2ferror-when-using-netbeans-external-console%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














This answer doesn't offer an explicit solution for your problem, but since this works for me the following information may be helpful anyway:




  • I am also using NetBeans 8.2 with C++ 11 on Windows 10, so you probably have a configuration issue. Therefore I will show my settings on several relevant screens and perhaps you can resolve the problem yourself by comparing your configuration with mine.


  • Here is my Run configuration ({project} > Properties > Run) for the C++ project:
    enter image description here
    I tested using both the Debug and Release configurations with no problems.



  • I don't think it's relevant but here is the output from doing clean/build for the project:



    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug clean
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    rm -f -r build/Debug
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    CLEAN SUCCESSFUL (total time: 457ms)
    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/cppapplication_3.exe
    make.exe[2]: Entering directory
    /d/NB82/CppApplication_3'
    mkdir -p build/Debug/MinGW-Windows
    rm -f "build/Debug/MinGW-Windows/main.o.d"
    g++ -c -g -MMD -MP -MF "build/Debug/MinGW-Windows/main.o.d" -o build/Debug/MinGW-Windows/main.o main.cpp
    mkdir -p dist/Debug/MinGW-Windows
    g++ -o dist/Debug/MinGW-Windows/cppapplication_3 build/Debug/MinGW-Windows/main.o
    make.exe2: Leaving directory /d/NB82/CppApplication_3'
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    BUILD SUCCESSFUL (total time: 1s)




  • This shows the NetBeans screen for my simple "Hello World!" project, and the terminal window produced by running the project (F6):



    NetBeans window




  • This show the Build Tools settings for C++ (Tools > Options > C++ > Build Tools tab):



    OptionsCpp




If none of that helps, here are a couple more things to check:




  • If you are using MinGW, do you have C:MinGWbin included in your PATH environment variable?

  • Update your question if the NetBeans log contains any unexpected errors (View > IDE Log).


Finally, this SO answer mentions having your problem because..




...the folder name in the project path was the reason. Try to change
location of your project to something simple, like
"c:NetBeansProjectsprj1".




It's worth spending 2 minutes trying that since the path to my project is very simple, and yours is not.






share|improve this answer





















  • Hello. Thank you for your help. I have all my settings same as you but it didn't work... I tried to reinstall Netbeans several times, tried Netbeans 8.1, 8.2, Developer, without success...
    – Rodrigo Sargaço
    Nov 20 '18 at 11:26










  • @RodrigoSargaço OK. What is the absolute path of your project's folder? Also, did you try creating another project with a simple path?
    – skomisa
    Nov 20 '18 at 14:35










  • yes, I did. I tried a lot of locations without success...
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09










  • Some wierd thing happened. I have 2 computers (desktop and laptop) and both had the problem. I tried Netbeans on my Desktop and it works (I didnt change anything! Like magic.) but my Laptop is not working.... (I use my laptop for work :( )
    – Rodrigo Sargaço
    Nov 21 '18 at 19:11










  • @RodrigoSargaço OK, very strange. If this is still unresolved I can only suggest that you compare your two NetBeans instances to see what is configured differently in the one that fails, but I'm sure you have already done that. The root cause is that long file path shown in your screen shot of the terminal window but I have no idea what is causing it. Are both computers using Windows 10?
    – skomisa
    Nov 27 '18 at 5:50
















0














This answer doesn't offer an explicit solution for your problem, but since this works for me the following information may be helpful anyway:




  • I am also using NetBeans 8.2 with C++ 11 on Windows 10, so you probably have a configuration issue. Therefore I will show my settings on several relevant screens and perhaps you can resolve the problem yourself by comparing your configuration with mine.


  • Here is my Run configuration ({project} > Properties > Run) for the C++ project:
    enter image description here
    I tested using both the Debug and Release configurations with no problems.



  • I don't think it's relevant but here is the output from doing clean/build for the project:



    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug clean
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    rm -f -r build/Debug
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    CLEAN SUCCESSFUL (total time: 457ms)
    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/cppapplication_3.exe
    make.exe[2]: Entering directory
    /d/NB82/CppApplication_3'
    mkdir -p build/Debug/MinGW-Windows
    rm -f "build/Debug/MinGW-Windows/main.o.d"
    g++ -c -g -MMD -MP -MF "build/Debug/MinGW-Windows/main.o.d" -o build/Debug/MinGW-Windows/main.o main.cpp
    mkdir -p dist/Debug/MinGW-Windows
    g++ -o dist/Debug/MinGW-Windows/cppapplication_3 build/Debug/MinGW-Windows/main.o
    make.exe2: Leaving directory /d/NB82/CppApplication_3'
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    BUILD SUCCESSFUL (total time: 1s)




  • This shows the NetBeans screen for my simple "Hello World!" project, and the terminal window produced by running the project (F6):



    NetBeans window




  • This show the Build Tools settings for C++ (Tools > Options > C++ > Build Tools tab):



    OptionsCpp




If none of that helps, here are a couple more things to check:




  • If you are using MinGW, do you have C:MinGWbin included in your PATH environment variable?

  • Update your question if the NetBeans log contains any unexpected errors (View > IDE Log).


Finally, this SO answer mentions having your problem because..




...the folder name in the project path was the reason. Try to change
location of your project to something simple, like
"c:NetBeansProjectsprj1".




It's worth spending 2 minutes trying that since the path to my project is very simple, and yours is not.






share|improve this answer





















  • Hello. Thank you for your help. I have all my settings same as you but it didn't work... I tried to reinstall Netbeans several times, tried Netbeans 8.1, 8.2, Developer, without success...
    – Rodrigo Sargaço
    Nov 20 '18 at 11:26










  • @RodrigoSargaço OK. What is the absolute path of your project's folder? Also, did you try creating another project with a simple path?
    – skomisa
    Nov 20 '18 at 14:35










  • yes, I did. I tried a lot of locations without success...
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09










  • Some wierd thing happened. I have 2 computers (desktop and laptop) and both had the problem. I tried Netbeans on my Desktop and it works (I didnt change anything! Like magic.) but my Laptop is not working.... (I use my laptop for work :( )
    – Rodrigo Sargaço
    Nov 21 '18 at 19:11










  • @RodrigoSargaço OK, very strange. If this is still unresolved I can only suggest that you compare your two NetBeans instances to see what is configured differently in the one that fails, but I'm sure you have already done that. The root cause is that long file path shown in your screen shot of the terminal window but I have no idea what is causing it. Are both computers using Windows 10?
    – skomisa
    Nov 27 '18 at 5:50














0












0








0






This answer doesn't offer an explicit solution for your problem, but since this works for me the following information may be helpful anyway:




  • I am also using NetBeans 8.2 with C++ 11 on Windows 10, so you probably have a configuration issue. Therefore I will show my settings on several relevant screens and perhaps you can resolve the problem yourself by comparing your configuration with mine.


  • Here is my Run configuration ({project} > Properties > Run) for the C++ project:
    enter image description here
    I tested using both the Debug and Release configurations with no problems.



  • I don't think it's relevant but here is the output from doing clean/build for the project:



    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug clean
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    rm -f -r build/Debug
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    CLEAN SUCCESSFUL (total time: 457ms)
    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/cppapplication_3.exe
    make.exe[2]: Entering directory
    /d/NB82/CppApplication_3'
    mkdir -p build/Debug/MinGW-Windows
    rm -f "build/Debug/MinGW-Windows/main.o.d"
    g++ -c -g -MMD -MP -MF "build/Debug/MinGW-Windows/main.o.d" -o build/Debug/MinGW-Windows/main.o main.cpp
    mkdir -p dist/Debug/MinGW-Windows
    g++ -o dist/Debug/MinGW-Windows/cppapplication_3 build/Debug/MinGW-Windows/main.o
    make.exe2: Leaving directory /d/NB82/CppApplication_3'
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    BUILD SUCCESSFUL (total time: 1s)




  • This shows the NetBeans screen for my simple "Hello World!" project, and the terminal window produced by running the project (F6):



    NetBeans window




  • This show the Build Tools settings for C++ (Tools > Options > C++ > Build Tools tab):



    OptionsCpp




If none of that helps, here are a couple more things to check:




  • If you are using MinGW, do you have C:MinGWbin included in your PATH environment variable?

  • Update your question if the NetBeans log contains any unexpected errors (View > IDE Log).


Finally, this SO answer mentions having your problem because..




...the folder name in the project path was the reason. Try to change
location of your project to something simple, like
"c:NetBeansProjectsprj1".




It's worth spending 2 minutes trying that since the path to my project is very simple, and yours is not.






share|improve this answer












This answer doesn't offer an explicit solution for your problem, but since this works for me the following information may be helpful anyway:




  • I am also using NetBeans 8.2 with C++ 11 on Windows 10, so you probably have a configuration issue. Therefore I will show my settings on several relevant screens and perhaps you can resolve the problem yourself by comparing your configuration with mine.


  • Here is my Run configuration ({project} > Properties > Run) for the C++ project:
    enter image description here
    I tested using both the Debug and Release configurations with no problems.



  • I don't think it's relevant but here is the output from doing clean/build for the project:



    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug clean
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    rm -f -r build/Debug
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    CLEAN SUCCESSFUL (total time: 457ms)
    cd 'D:NB82CppApplication_3'
    C:msys1.0binmake.exe -f Makefile CONF=Debug
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
    make.exe1: Entering directory /d/NB82/CppApplication_3'
    "/C/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/cppapplication_3.exe
    make.exe[2]: Entering directory
    /d/NB82/CppApplication_3'
    mkdir -p build/Debug/MinGW-Windows
    rm -f "build/Debug/MinGW-Windows/main.o.d"
    g++ -c -g -MMD -MP -MF "build/Debug/MinGW-Windows/main.o.d" -o build/Debug/MinGW-Windows/main.o main.cpp
    mkdir -p dist/Debug/MinGW-Windows
    g++ -o dist/Debug/MinGW-Windows/cppapplication_3 build/Debug/MinGW-Windows/main.o
    make.exe2: Leaving directory /d/NB82/CppApplication_3'
    make.exe[1]: Leaving directory
    /d/NB82/CppApplication_3'



    BUILD SUCCESSFUL (total time: 1s)




  • This shows the NetBeans screen for my simple "Hello World!" project, and the terminal window produced by running the project (F6):



    NetBeans window




  • This show the Build Tools settings for C++ (Tools > Options > C++ > Build Tools tab):



    OptionsCpp




If none of that helps, here are a couple more things to check:




  • If you are using MinGW, do you have C:MinGWbin included in your PATH environment variable?

  • Update your question if the NetBeans log contains any unexpected errors (View > IDE Log).


Finally, this SO answer mentions having your problem because..




...the folder name in the project path was the reason. Try to change
location of your project to something simple, like
"c:NetBeansProjectsprj1".




It's worth spending 2 minutes trying that since the path to my project is very simple, and yours is not.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 20 '18 at 5:06









skomisa

5,70921632




5,70921632












  • Hello. Thank you for your help. I have all my settings same as you but it didn't work... I tried to reinstall Netbeans several times, tried Netbeans 8.1, 8.2, Developer, without success...
    – Rodrigo Sargaço
    Nov 20 '18 at 11:26










  • @RodrigoSargaço OK. What is the absolute path of your project's folder? Also, did you try creating another project with a simple path?
    – skomisa
    Nov 20 '18 at 14:35










  • yes, I did. I tried a lot of locations without success...
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09










  • Some wierd thing happened. I have 2 computers (desktop and laptop) and both had the problem. I tried Netbeans on my Desktop and it works (I didnt change anything! Like magic.) but my Laptop is not working.... (I use my laptop for work :( )
    – Rodrigo Sargaço
    Nov 21 '18 at 19:11










  • @RodrigoSargaço OK, very strange. If this is still unresolved I can only suggest that you compare your two NetBeans instances to see what is configured differently in the one that fails, but I'm sure you have already done that. The root cause is that long file path shown in your screen shot of the terminal window but I have no idea what is causing it. Are both computers using Windows 10?
    – skomisa
    Nov 27 '18 at 5:50


















  • Hello. Thank you for your help. I have all my settings same as you but it didn't work... I tried to reinstall Netbeans several times, tried Netbeans 8.1, 8.2, Developer, without success...
    – Rodrigo Sargaço
    Nov 20 '18 at 11:26










  • @RodrigoSargaço OK. What is the absolute path of your project's folder? Also, did you try creating another project with a simple path?
    – skomisa
    Nov 20 '18 at 14:35










  • yes, I did. I tried a lot of locations without success...
    – Rodrigo Sargaço
    Nov 21 '18 at 19:09










  • Some wierd thing happened. I have 2 computers (desktop and laptop) and both had the problem. I tried Netbeans on my Desktop and it works (I didnt change anything! Like magic.) but my Laptop is not working.... (I use my laptop for work :( )
    – Rodrigo Sargaço
    Nov 21 '18 at 19:11










  • @RodrigoSargaço OK, very strange. If this is still unresolved I can only suggest that you compare your two NetBeans instances to see what is configured differently in the one that fails, but I'm sure you have already done that. The root cause is that long file path shown in your screen shot of the terminal window but I have no idea what is causing it. Are both computers using Windows 10?
    – skomisa
    Nov 27 '18 at 5:50
















Hello. Thank you for your help. I have all my settings same as you but it didn't work... I tried to reinstall Netbeans several times, tried Netbeans 8.1, 8.2, Developer, without success...
– Rodrigo Sargaço
Nov 20 '18 at 11:26




Hello. Thank you for your help. I have all my settings same as you but it didn't work... I tried to reinstall Netbeans several times, tried Netbeans 8.1, 8.2, Developer, without success...
– Rodrigo Sargaço
Nov 20 '18 at 11:26












@RodrigoSargaço OK. What is the absolute path of your project's folder? Also, did you try creating another project with a simple path?
– skomisa
Nov 20 '18 at 14:35




@RodrigoSargaço OK. What is the absolute path of your project's folder? Also, did you try creating another project with a simple path?
– skomisa
Nov 20 '18 at 14:35












yes, I did. I tried a lot of locations without success...
– Rodrigo Sargaço
Nov 21 '18 at 19:09




yes, I did. I tried a lot of locations without success...
– Rodrigo Sargaço
Nov 21 '18 at 19:09












Some wierd thing happened. I have 2 computers (desktop and laptop) and both had the problem. I tried Netbeans on my Desktop and it works (I didnt change anything! Like magic.) but my Laptop is not working.... (I use my laptop for work :( )
– Rodrigo Sargaço
Nov 21 '18 at 19:11




Some wierd thing happened. I have 2 computers (desktop and laptop) and both had the problem. I tried Netbeans on my Desktop and it works (I didnt change anything! Like magic.) but my Laptop is not working.... (I use my laptop for work :( )
– Rodrigo Sargaço
Nov 21 '18 at 19:11












@RodrigoSargaço OK, very strange. If this is still unresolved I can only suggest that you compare your two NetBeans instances to see what is configured differently in the one that fails, but I'm sure you have already done that. The root cause is that long file path shown in your screen shot of the terminal window but I have no idea what is causing it. Are both computers using Windows 10?
– skomisa
Nov 27 '18 at 5:50




@RodrigoSargaço OK, very strange. If this is still unresolved I can only suggest that you compare your two NetBeans instances to see what is configured differently in the one that fails, but I'm sure you have already done that. The root cause is that long file path shown in your screen shot of the terminal window but I have no idea what is causing it. Are both computers using Windows 10?
– skomisa
Nov 27 '18 at 5:50


















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53378614%2ferror-when-using-netbeans-external-console%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

A Topological Invariant for $pi_3(U(n))$