my configuration settings changed, i am confused to fix it
Answered
I can't run/debug my program, I can not press the run or debug button at all, I am intended to configure. How to configure it I found the help article to configure, but I am really confused, please help me.. the configuration changed when i did the update to 2017.2.5
what should I do to configure it? I'm confused..
Please sign in to leave a comment.
Please see https://www.jetbrains.com/help/idea/running-applications.html .
If the issue persists, share the log and the screenshot of the problem (https://intellij-support.jetbrains.com/hc/articles/207241085).
Can I run the program automatically without having to choose configuration?
for example I am running Class A with output 1,
and after that I want to run Class B with output 2, but when I run Class B it appears is output from Class A.
So can I see the automatic result on every class I want to run? without change configuration manually..
Right click on the class to run it: https://www.jetbrains.com/help/idea/running-applications.html#2 (Ctrl+Shift+F10).
thanks for the help, very helpful.