It is possible to run a project, which contains errors in Eclipse
.
I think it is normal for project with many files to contain some erroneous files to fix in the future and still be able to run it.
Unfortunately, I can't find this possibility in IntelliJ
.
Methods proposed in this answer IntelliJ Idea, run code regardless of errors in unrelated project files do not work for me.
It throws ClassNotFoundException
in the class with main. Class itself contains no errors and was running under Eclipse. There is no apparent appropriate *.class
file in target/classes
directory.