• 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.

I need a Java IDE for my Comp Sci class, what do you guys recommend?

TGCid

Platinum Member
I am learning Java this quarter and I need a good IDE. Nothing really fancy, just easy to work with and manage, etc. Recommendations?
 
I'd recommend just using emacs with a good .emacs config file that has java syntax highlighting. Then, download the Java JDK from java.sun.com and you should be good to go.
 
I had good luck with JBuilder from Borland. You can download JBuilder 6 personal edition from here. I'm not sure if its the best, but that is what our professor wanted us to use, so that's what I used. (he actually wanted us to use 3.5 which came with the book, but I used 5, before 6 came out) If you are using Linux I think there is a JBuilder Linux edition too.
 
If you go w/ emacs, get JDEE to turn it into a more productive, feature-ful Java development environment.
 
Forte by Sun. GUI interface, some tools for GUI development, Intellisense-like technology (when you type System. it displays a list of all the properties and methods in the System object), written in Java. There's a community edition that's free.

Another one is JBuilder... I haven't met anyone who's tried JBuilder and not liked it.
 
Back
Top