htmlmasterdave

Golden Member
Jul 13, 2001
1,309
0
0
I was wondering what are some of the best Java IDE's available, either for money or for free download. The only one I have tried is Jbuilder.

Thanks
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
I don't know if you know this, but Jbuilder Pesonal Edition is free.

I prefer simpler IDE's like JCreator, since I mainly just want line numbers and a built-in option to compile for me. There's an LE version that is free.
 

ComradeXavier

Member
Oct 14, 2001
46
0
0
The Eclipse project provides a Java IDE in their base package; I've just started using it and I've found it to work well. Eclipse is an extensible IDE, so you can load modules that allow it to work in other languages as well.
 

calpha

Golden Member
Mar 7, 2001
1,287
0
0
As in the other post....check out jcreator. You wont' regret it.

Also....fwiw....you can use UltraEdit w/ the f9 key and command line capture w/ the sdk compile command (javac) pretty nicely too, as long as your paths are set up right.
 

AmigaMan

Diamond Member
Oct 12, 1999
3,644
1
0
another vote for the free IDE Eclipse. Can be integrated with Tomcat app server easily and works great! Supposedly you can do the same with WebLogic and Websphere but I have not tested it. I hated JBuilder when I used it at version 4. The use of my mousewheel in Eclipse makes it worth it.
 

purpledemon

Senior member
Jun 21, 2001
291
0
0
2 recommendations :-

1. Free -- > Eclipse, great features, great community ... modules let you add functionality real easily.

2. Paid --> Intellij IDEA ... my favorite IDE, great features, not too bloated, very intuitive interface ... the list goes on (you can download a 1 month trial and get hooked)
 

sirfergy

Golden Member
Aug 2, 2000
1,428
0
0
I second Eclipse. I love it, the debugging features are superb, and the code formatting features are excellent as well. It also integrates with Resin so you can debug web apps too.
 

Aso

Senior member
Aug 16, 2000
381
0
76
I agree Eclipse is my favorite that I have used so far.

I have used Eclipse, Visual Cafe, JCreator, and JGrasp
 

SendTrash

Platinum Member
Apr 18, 2000
2,581
0
76
Originally posted by: ComradeXavier
The Eclipse project provides a Java IDE in their base package; I've just started using it and I've found it to work well. Eclipse is an extensible IDE, so you can load modules that allow it to work in other languages as well.

yup, eclipse is the best