views:

123

answers:

4

Hi there,

I am looking for big(more than 100 MB) open source Java projects.

Does Anyone know some?

Note: I am marking this as community wiki, though i am not sure if it is correct.

+3  A: 
  • Eclipse - IDE and rich client platform
  • NetBeans - IDE and rich client platform
  • OpenJDK - Open source Java implementation
  • Spring - Versatile library that supports many Java EE-like technologies
  • JBoss - Java EE application server
Mark Renouf
Not sure spring sources are that big (if you remove documentation).
Pascal Thivent
+1  A: 

JBoss Drools is a very large open source Java project. If you count the source, plus the separate Drools Solver and Drools Guvnor downloads, it comes out to about 86 MB. Throw in 31 MB of documentacion and apidocs and you have a project larger than 100 MB.

dacamo76
A: 

ArgoUML is an open source UML Modeling tool developed in Java. I do not know of the exact size, but it is heavy and takes a while to load, which might make it a reference project for a complex tool.

Luis Miguel
+1  A: 

Eclipse is a great project for this. Gigantic and responsive team.

Thorbjørn Ravn Andersen