How to enable partial compilations in IntelliJ?
The same function in NetBeans, where one can run the main method in the class, without requiring compilation of non-dependencies in one project.
EDIT:
After doing what CrazyCoder suggested, with some success, I now get a ClassNotFoundException when I try to run a file that is not associated with those that are not compiling. After fixing files that do not contain compilation, it works fine.
I really made a mistake in the same non-compiling file to check, and it still works.
Maybe this is a mistake?
EDIT:
The following instructions still do not work.

java intellij-idea
BAR May 28 '13 at 5:47 2013-05-28 05:47
source share