Top JAVA IDE's - Try to find BEST IDE for JAVA

Best JAVA IDE :

Integrated Development Environments (IDE) provide benefits to programmers that plain text editors cannot match. IDEs can parse source code as it is typed, giving it a syntactic understanding of the code. This allows advanced features like code generators, auto-completion, refactoring, and debuggers. Here are the best-of-breed Java IDEs.

1.) Eclipse 3.0 :

Price: Free
License: Open Source (CPL)

Summary: Eclipse is a free IDE that has taken the Java industry by storm. Built on a plugin architecture, Eclipse is highly extensible and customizable. Third-party vendors have embraced Eclipse and are increasingly providing Eclipse integration. Eclipse is built on its own SWT GUI library. Eclipse excels at refactoring, J2EE support, and plugin support. The only current weakness of Eclipse is its lack of a Swing or SWT GUI designer.

The eclipse platform provides tool developers with ultimate flexibility and control over their software technology.

Likes:

  • IDE looks amazing, across all systems, and it is quite responsive...great interface overall!
  • anti-aliased text everywhere, even in UI!
  • ability to format to your line wrapping width.
  • refactoring support ascends from heaven!
  • easy to share code between projects
  • ant integration very well done, ant launcher makes managing project tree very easy.
  • content assist is used whereever possible, not just in editor (wizards scrrens).
  • amazing control over the formatting of java source code, which can be saved as a profile.
  • pasting code formats code automatically!
  • editor tabs can be moved around with drag-and-drop.
  • can double-click editor tabs to expand to full workspace view.
  • has both docked views and fast views (most editors only offer one or the other).
  • very powerful control over how the java compiler handles warnings and errors.
  • very small project-specific footprint on directory tree (.project, .classpath).
  • package view has very nice filtering abilities, for what to show/not show (can now filter closed packages, selected working set).
  • code assist in ant resolves location properties and displayes the path in a tooltip!!
  • code assist shows documentation for each option, especially helpful for ant tasks.
  • awesome integrated diff engine and viewer for comparing files and refactoring changes.
  • can rearrange the order of properties and methods in the "outline" view.
  • context aware templates, tab/shift-tab to jump to different insertion points (markers).

Dislikes :

  • editor does not have a split file view!!
  • lacks general syntax highlighting out of the box (property file highlighting added in 3.1).
  • no "soft" line wrapping (only hard wrapping by issuing the format command).
  • doesn't come with native servlet/J2EE aware plugins (you have to configure a plugin, such as lomboz, webtools or myeclipse).
  • must manually create ant scripts, though the code assist support is very well done.
  • cannot create new buffer without creating linked file (annoyance, fixed in 3.1).
  • double clicking on file in package explorer does not close editor if it is currently open (JEdit feature).

2.) Netbeans 3.x (Sun Microsystems):

Price: Free
License: Open Source (CPL)
Summary: Netbeans is a free IDE backed by Sun Microsystems. It is the main competitor of Eclipse. Netbeans is built on a plugin architecture, and it has respectable third-party vendor support. The main advantage of Netbeans over Eclipse is Netbean's excellent GUI designer. It includes syntax highlighting and language support for Java, JSP, XML/XHTML, visual design tools, code generators, ant and CVS support.

(Free) and derivatives like SunJavaStudio? (Commercial) and Compuware OptimalJ? (Commercial).

Likes:

  • very nice code completion engine, never seems too aggressive, very thorough in what it includes, esp jsp.
  • code formatting/reindent task (located in context menu), especially nice for XML/XHTML.
  • creating custom tag libraries was very easy, step by step process straightforward (once I knew where to look).
  • very nice integration with Tomcat, no setup required, direct pages testing, spawns browser, always updates correctly.
  • can specify default request parameters when testing a page.
  • view generated source code for jsp.
  • the whole Tomcat integration module is superb!.
  • nice jsp tag repository support in jsp editor, very easy to add tag libraries to jsp page.
  • HTTP monitor integration very nice, again, part of integration with servlet engine, A++.
  • can move around tabs, I love this (tabs also don't wrap to next line, big plus).
  • validate JSP is very helpful and quite informative...tells you exactly what is missing.
  • javadoc wizard could come in handy, definitely a cool feature, more than just a GUI.
  • method/field navigator as a select box is a nice idea on main UI, don't take up space.
  • can move around all views, group as tabs, etc...easy to customize placements, but doesn't get too complicated like with "workspaces" in eclipse.
  • block indenting/unindenting function, great for XML/XHTML (hardly need it with the code reformatting).
  • very responsive and quick UI.
  • anti-aliased text in editor.
  • very acceptable IDE layout.
  • can right-click file and "Save as template..." which is especially nice for JSP content pages
  • very nice database browser, manipulator, easy to setup.

Dislikes:

  • UI looks crappy (metal), icons suck.
  • no refactoring or refactoring templates (try/catch, rename field, etc...).
  • no JSTL-EL support in syntax highlighting/code completion.
  • cannot wrap arbitrary text in editor.
  • wierd issues with "mounting" core libraries, causes errors and features not to work correctly, such as code completion...the whole "mounting" thing is very strange.
  • new file wizards too minimial.
  • limited control over formatting of java source code (though the defaults won't kill you and it can reformat nicely).
  • Very difficult (for newbies impossible) to add a regular ol' jar file to a project. Every mechanism seems to work against you.
  • Cannot import sources from somewhere else into project, rather you can only mount them where they are...need a copy mechanism.

3.) JBuilder X (Borland) :

Price: $499 (JBuilder 2007)
License: Proprietary

Summary: Jbuilder has long been the top commercial Java IDE. It is an excellent IDE, but it is not built to be open and extensible by third-part vendors. They have a free version but moving up from the free version gets expensive. JBuilder is a complete Java IDE for EJB, Web and Web Services, offering integration with application servers (namely BEA Weblogic), a Struts designer, unit testing, refactoring and support for several source control systems.

Likes :

  • Code template expansions are very helpful, prevents redundant typing (expand with CTRL-J).
  • Can view images in separate tab.
  • Archive builder offers a nice wizard replacement for many ant tasks.
  • Decent built-in database plugin for managing and querying a SQL database.
  • Built-in makefile task for build, clean, rebuild, no need to create ant script.
  • sound effects are a nice touch.
  • JSTL-EL syntax highlighting support.
  • antialiased text editor.
  • can make edit window full screen by double clicking tab.

Dislikes :

  • EXPENSIVE!
  • options in hard to find places.
  • cannot reformat non-java code, such as XML/XHTML.
  • renaming a project is a recipie for disaster, everything gets screwed (most crucially the paths)!
  • recompiling with an active "web run" will sometimes redeploy, sometimes won't redeploy; it's completely random, so you constantly have to restart the weblogic server.
  • refactoring is crap, even renaming a field screws up the code; possible to hose your project in untold ways by renaming things.
  • adding fields to class doesn't allow specification of access (private|protected|public).
  • cannot delete a directory or a package in a project.
  • jsp validation is not very helpful, just tells you on what line an error occurs.
  • wizard for "implement interface" but no wizard for "extend class".
  • when creating new files, you get a different create screen depending on where you selected the option, CONFUSING!!.
  • no syntax highlighting for java properties files, and no editor.
  • many times the error insight will detect an error, but it won't tell you what the error is until you try to compile.
  • multiple projects can not be viewed at once, must repeatedly toggle which project is displayed.

4.) IntelliJ IDEA :

Price: $499
License: Proprietary

Summary : IntelliJ IDEA is a commercial IDE with a loyal following that swear by it. It has excellent J2EE and GUI support. It is extensible via plugins. Its standout feature is the outstanding refactoring support.

It provides a robust combination of enhanced development tools, including: refactoring, J2EE support, Ant, JUnit, and CVS integration. Packaged with an intelligent Java editor, coding assistance and advanced code automation tools, IDEA enables Java programmers to boost their productivity while reducing routine time consuming tasks.

Likes :

  • Superb block editing, the best I have seen, has a distinct "column mode" setting which can be toggled in the context menu.
  • refactoring works flawlessly, has a nice preview, doesn't hose project.
  • Excellent keymapping support, going so far as to support key sequences ala emacs.
  • Interesting support for anywhere editing (automatically places spaces to fill).
  • Once tld is accessible (in classpath), instant tag support in JSP, no need to "assign" it to the IDE.
  • once setup, tomcat integrate is very streamlined, offers a "dump threads" utility for a sudo-reload, JSPs recompile after save.
  • project view is very simple, easy to understand...arranging projects is user-friendly and intuitive.
  • best looking theme next to Eclipse (even on Linux), limited only by java and fonts.
  • anti-aliased text in editor, also in docked tabs.
  • Struts Console plugin offers great Struts config and tld file support.
  • very nice integrated class browser whenever a class is required for input.
  • keymap hints in UI menus update to reflect current keymappings, not just the default set.
  • ant view allows for filtering of targets using a pick list (great for huge build files).

Dislikes :

  • deployment server must be setup separately.
  • No "X" button on editor tabs to close a file, must right click or use keymapping.

5. JDeveloper (Oracle) :

Price: Free {$218.90 per named user plus per year For Support}
License: Proprietary

Summary: Oracle JDeveloper is an integrated development environment with end-to-end support for modeling, developing, debugging, optimizing, and deploying Java applications and Web services. Oracle JDeveloper 10g introduces a new approach to J2EE development with features that enable visual and declarative development. The innovative OAF simplifies J2EE development.

Likes:

  • very nice integration with embedded OC4J container, very easy to execute test page, updates reflected immediately.
  • browser launcher is configurable (good for tabbed browsing and multiple launches).
  • JSP engine and code editor is the best I have seen, super easy to work with, delightful!
  • code insight for EL expressions!
  • auto insert of taglib uri directive when inserting a taglib in JSP page source.
  • several ways to do block indent formatting (highlight block and tab/shift-tab will indent/unindent).
  • very nice forms for creating all aspects of classes.
  • very nice forms for creating classes from *.tld files and keeping the two in-sync/connected.
  • adding taglibs to a project is somewhat intuitive...if you know what to press, it works just fine.
  • message windows informative on build.
  • deployment descriptors have previews so you know what they are going to encapsulate.
  • nice refactoring support.
  • code template support.
  • the timeout on most "auto" aspects can be configured to happen after a time interval, configured with a slider bar...nice concept!
  • Nice import mechanism for sources, very comprehensive wizard

Dislikes:

  • old stuff tends to hang around, constant have issues with "artifacts" of a project, no "make clean".
  • files can get really messed up if you don't remove them properly from disk...learn the order of doing things and stick with it.
  • no clear way to remove a class altogether, if created by accident (I found it, located in file, NOT intuitive).
  • no way to rename a *.tld file once it is created with wizard.
    somewhat slow, not quite as quick as netbeans.
  • several places where a class or interface is required that you have to do manual typing, no integrated class browser.
  • look and feel is descent, some descent icons.
  • cannot maximize a tab to take up the whole window.
  • no way to make textarea anti-aliased text.
  • doesn't remember last openned directory...argh!!

6. SlickEdit :

Price: $284 for a named user license
License: Proprietary

Summary : SlickEdit is an old greybeard in the IDE space. This powerful commercial IDE is a favorite of developers who must switch between several languages. It is a full-featured IDE in dozens of languages, including Java, C++, C#, and HTML. SlickEdit comes as a standalone application or as a plugin for Eclipse.

Likes:

  • SlickEdit is easy to install and configure.
  • large number of supported platforms.
  • As a coding editor SlickEdit has the usual features one would expect from any professional environment - code completion, syntax highlighting and so on.
  • Best feature of SlickEdit is the ability to customise it, to shape the application to fit your own way of working.
  • When creating a new Java class the editor automatically creates the required directories for the specified package—you don't have to specify the package and class names. This feature adds to SlickEdit's productivity.
  • SlickEdit comes with a powerful debugger that you can use to run Java applications in debug mode and step through the code.
  • This tool also provides a very good interface to write and execute JUnit test scripts from within the editor which will be a great help for those who follow TDD-based application development.
  • One cool thing about SlickEdit is that it provides several code templates you can use to add new features to your workspace. You can also add your own templates (much like custom plug-ins in Eclipse).

Dislike:

  • Customizability however, comes with the downside that the application is at first use quite difficult to get into and use.
  • It would be nice if the tool had an option to auto-generate getter and setter methods for the attributes defined in a Java class.

7.) jEdit :

Price: open source
License: Proprietary

Summary : jEdit is a free, mature, and well-designed programmer's code editor that is written in Java and is highly customizable through plugins and options. This editor is sufficiently powerful to be considered a professional strength IDE.

Like:

  • it's a fine example of a Java desktop tool that looks good, is packed full of useful functionality and has snappy response times.
  • Dozens of macros and plug-ins available.

Dislike:

  • In terms of features not comparable to eclipse or visual studio.

8.) JCreater :

Price: Free
License: Proprietary

IDE from Xinox. JCreator has two editions: JCreator Pro (free 30 day trial), JCreator Standard (completely free). Note also that unlike many other Java IDEs, this one is not coded in Java but is written in C++ and optimised for the Windows platform.

Like:

  • a small download compared to some of the better known Java IDEs.
  • There is some automation in terms of wizards for new workspaces, projects, classes and interfaces.
  • The environment features a some level of configurability, with tool bars, key bindings and links to external tools all available.
  • If you develop on Windows and are looking for something that's fast and light-weight then this is one tool that deserves serious consideration.

Dislike :

  • JCreator runs under Windows, there's no Linux or Unix version.
  • Lack of an effective macro or plug-in architecture means that extending with new functionality is not an option.
  • JCreator clearly doesn't have the full range of functionality that the big platforms - Eclipse and NetBeans - have to offer.

9.) IBM WebSphere Studio Site Developer for Java :

Java IDE for Windows and Linux. Expensive but very powerful IDE for servlets, JSP, and other J2EE development. Not limited to use with the WebSphere app server.

10.) WebLogic Workshop :

BEA WebLogic Workshop 8.1 is a very powerful IDE for developing applications on the BEA WebLogic server. Weblogic Workshop runs on Windows 2000, XP, Linux and Solaris, and requires a Weblogic Server. You can download a free version or a Professional version.