I downloaded from my github a program that I did on another system using an archive. Opened in intellij idea as a project, placing it in a folder with other projects. The program is being assembled, but it does not start, below are screenshots.

When creating a new config, according to instructions from another topic, it does not see the main When creating a new config, according to instructions from another topic, it does not see the main

All SDKs are OK enter image description here

    1 answer 1

    It looks like your src folder is not selected as source code. Right-click on it and select "Mark directory as"> "Source root"

    • Thanks, it helped - Ilya