|
|
|
|
|
by papercrane
3755 days ago
|
|
> Because Eclipse eagerly compiles everything with its special compiler it seems to have a much faster startup time for unit tests. You can configure IntelliJ to behave similar, the option is disabled by default. Its the "Make project automatically" option in the "Build, Execution, Deployment -> Compiler" settings window. Also, IntelliJ can use ejc if you like, the "Build, Execution, Deployment -> Compiler -> Java Compiler" window, the "Use compiler:" option. |
|