0
I’m trying to run a project in Java but going to "Run" -> "Run" or Alt+Shift+F10 and nothing happens. The terminal doesn’t show anything, even though it has System.out on main. Only my colleagues have the same project running on Intellij on their machines. The project is properly synchronized via Github Desktop.
I tried everything, but when run it does not run and only opens a Configure Run Window with templates, but still does not work.
The prints are in sequence:
Then I go in the Run tab and click on Run
Then open a menu to configure the execution. I already selected Aplication there and tried to indicate which is the main class, but Intellij won’t let me put it.
In the "Application" template I type the name of the main class, yet the system won’t let me Run.