How to fix Intellij build failure?
I have a project with several packages and java classes. Now, if I try to run a class that doesn't contain any errors, another class opens that does. But I don't want to run this faulty class at all. I can run the class from the console, but I want to run it simply by…