top | item 15999230

Ask HN: What Tools/IDEs do you use for large Java Projects?

8 points| rwx------ | 8 years ago | reply

I am working on a Java project with 2 million lines of Java code. It is a maven project and some plugins generate source code during the build process.

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.

3 comments

order
[+] sharkhacks|8 years ago|reply
Do you need the entire codebase to be 'active' to do your work? if it's all based on maven can you import only the maven modules/projects you are working on, and link everything else as dependencies?
[+] brudgers|8 years ago|reply
It might be worth asking the people maintaining the code base what tools and techniques and hardware they are using.

Also worth considering more RAM. SSD limiting operations implies insufficient RAM.