Progamming Softwares for Java

Jon855

Golden Member
Mar 24, 2005
1,214
0
0
I'm going to be doing some programming in Java and I was wondering what programs out there are good and free geared towards programmer, no CLI please. Thanks.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
eclipse and netbeans are the biggest free dev environments and both have very good reputations. If you're looking for something simpler I've heard good things about jEdit and JCreator.
 

Thyme

Platinum Member
Nov 30, 2000
2,330
0
0
Ditto on Eclipse. It's amazing.

You might also want to look at BlueJ. It's a pretty awful IDE, but it is good for checking out small programs others have written without having to build an Eclipse project. It also shows relationships between classes, but I its features pretty much end there.
 

Rayden

Senior member
Jun 25, 2001
790
1
0
Eclipse... Come on, as you type syntax error checking? It is awesome.
BlueJ is for teaching people how objects work, nothing else.
 

scottish144

Banned
Jul 20, 2005
835
0
0
JGRASP all the way!!! www.jgrasp.org Free, multi-platform IDE, great interface, and made by Computer Science/Software Engineering majors at Auburn University. Can create UML diagrams, API documentation, and JAR files. It also support Ada95, C, C++, Objective-C, and VHDL. Plus, it can ntegrate a CSD (Control Structure Diagram) into the code itself, and you can collapse/expand classes, methods, loops, if statements, try/catch statements, and anything else that requires {}.