Hacker News new | ask | show | jobs
by pulse7 1060 days ago
I know Eclipse may be dated, but this is the main reason why I like to use it: it compiles a file when I save it. Java program then starts instantly - because it is already compiled - regardless of it's size... But I think you can also configure IntelliJ IDEA to compile on save and even use Eclipse compiler so you can compile and start programs with compile errors...
1 comments

Yes you can and they recommend this - the exception is if your use a complex Maven / Gradle build you might have to have it delegate to these.