Ask HN: What Tools/IDEs do you use for large Java Projects?
I am using Intellij and some times it seems very slow even on quad core i7 with SSD. I have tried Netbeans and it is slow too. I have wasted entire day trying to import the project in to eclipse. It does not like some maven plugins and it does not compile.
What do you use for large Java projects.
[+] [-] BjoernKW|8 years ago|reply
https://crankingcode.wordpress.com/2009/10/13/handling-large...
Additionally, idea.jars.nocopy=true can be useful to reduce the number of files that are written to the disk.
[+] [-] sharkhacks|8 years ago|reply
[+] [-] brudgers|8 years ago|reply
Also worth considering more RAM. SSD limiting operations implies insufficient RAM.