I got a little demo program with 2 .class
files. If I want to open it in IntelliJ, my main class cannot find the other .class
files. I already checked that all files are in the same folder.
If I compile it with the Windows shell, everything works fine. Only IntelliJ can't find the files.