Enable Partial Compilation in IntelliJ IDEA

前端 未结 5 1722
名媛妹妹
名媛妹妹 2020-11-28 07:47

How do I enable partial compiles in IntelliJ?

The same feature in NetBeans where by one can run a main method in a class without having non-dependecies in the same

5条回答
  •  不知归路
    2020-11-28 08:37

    I'm working with 2020.2.3 version of IntelliJ.

    I've tried all CrazyCoder's suggestions, but nothing works for me.

    Eclipse Compiler + Build No-Error-Check

    IntelliJ just refuses to Run anything (unit tests, main() methods...) because errors exist in the project. All I can say is that Eclipse is still working where IntelliJ remains blocked.

提交回复
热议问题