Simple, lightweight Java IDE... recomendations?

Buddha Bart

Diamond Member
Oct 11, 1999
3,064
0
0
I just got a Java book and would like to begin working through the chapters/examples, but need an IDE/editor to program in. Normaly i'd just use my linux machine but a lot of the examples in this book use gui tools like input boxes, and I don't run X on the system.
I'd also rather not use notepad/dos because i find dos a real pain in the ass now that I'm so used to bash.
I've tried JBuilder, but it seems very "big program" oriented and way overkill/overcomplicated for what I need.
Basically what I'd like is notepad with a compile button, a run button, and a little window for the debugging display.

so, anyone have any recommendations?

bart
 

michaelh20

Senior member
Sep 4, 2000
482
0
0
You can also download XEmacs or emacs for windows (ton better than notepad) and run the SDK through dos boxes. Not exactly modern, but it works.
 

manly

Lifer
Jan 25, 2000
12,929
3,700
136
Unix old-timers might find it funny, but Emacs + JDEE is a good lightweight environment. Some of the Java IDEs are so damn disgustingly bulky. :(
 

SendTrash

Platinum Member
Apr 18, 2000
2,581
0
76
I really like Eclipse . It is a free IDE made by IBM. Great with connecting to CVS, error checks your code on the ly, and you can use plugins like JUnit to test your programs. Plus there is no install program.. just unzip the files and run it