• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Simple, lightweight Java IDE... recomendations?

Buddha Bart

Diamond Member
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
 
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.
 
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. 🙁
 
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
 
Back
Top