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

Java IDE for linux

Sun offers the community version of Sun 1 Studio for free, and they offer nettbeans too at http://java.sun.com . If you would like something lighter though, then try BlueJ. Personally, I prefer a combination of IDEs.
 
Just download Eclipse from www.eclipse.org. It comes with the JDT (Java dev tools) built in.

Great IDE. Once you get started with the Auto-completion, Quick Fixes, and Refactoring, you'll never want to leave Eclipse.
 
I only wish there was an IDE that let me use vim in it. Is there such an IDE? I know kdevelop was working on that sometime back. Anyone know if that is available?
 
Originally posted by: Nithin
I only wish there was an IDE that let me use vim in it. Is there such an IDE? I know kdevelop was working on that sometime back. Anyone know if that is available?

Why not just use vim seperately? Works for me!
 
Originally posted by: Nithin
I only wish there was an IDE that let me use vim in it. Is there such an IDE? I know kdevelop was working on that sometime back. Anyone know if that is available?

Your not the only one... Seems like I read in a article that a lot of programmers and shops are dumping the IDE stuff in vavor of a text editor like Vi or Emacs.

edit:
here, check this out.

Does that seem useful or apliccable? I am curious and want to get the opinions of experianced people...
 
Back
Top