CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15
  1. #1
    Join Date
    Oct 2005
    Posts
    9

    java ide recommendation

    most of the time I am using VS.NET 2003/5 and I am looking for a similar ide for java.
    does anybody know a better IDE than Eclipse (www.eclipse.org) and NetBeans (http://www.netbeans.org/) for developing in java?

    thanks,
    Tal.

  2. #2
    Join Date
    Sep 2005
    Location
    Cluj-Napoca, Romania
    Posts
    161

    Re: java ide recommendation


  3. #3
    Join Date
    Sep 2005
    Posts
    4

    Re: java ide recommendation

    DevSquare - Online Application Developement
    www.devsquare.com

  4. #4
    Join Date
    Nov 2002
    Location
    Brazil
    Posts
    181

    Re: java ide recommendation

    Huh!? Better than Eclipse? Hmmm.... I'm curious...

  5. #5
    Join Date
    Apr 2001
    Location
    South Africa, Jo'burg
    Posts
    680

    Re: java ide recommendation

    Quote Originally Posted by Magus
    Huh!? Better than Eclipse? Hmmm.... I'm curious...
    Eclipse? Better than NetBeans!

  6. #6
    Join Date
    Oct 2005
    Posts
    33

    Re: java ide recommendation

    I've used bluej, netbeans, and jgrasp and have found all three easy to use.

  7. #7
    Join Date
    Sep 2003
    Location
    Bangladesh
    Posts
    38

    Re: java ide recommendation

    JBuilderX is nice too

  8. #8
    Join Date
    Aug 2005
    Posts
    9

    Re: java ide recommendation

    Go and get NetBeans5. Good and user friendly

  9. #9
    Join Date
    Oct 2005
    Posts
    1

    Re: java ide recommendation

    Hi, I have used JDeveloper from Oracle (its free) and recently moved to Eclipse. If you have used .NET Visual Studio you will find JDeveloper easy to use. But Eclipse is one of the best out there (thats my view).

  10. #10
    Join Date
    Jun 2008
    Posts
    1

    Smile Re: java ide recommendation

    http://www.jcoder.com/download.html

    I've tried this JAVA ide. I think it's user friendly and easy to use. It's free.
    Attached Images Attached Images  

  11. #11
    Join Date
    Feb 2008
    Posts
    966

    Re: java ide recommendation

    In my opinion use Eclipse for every day coding and Netbeans for Swing apps. Personally I think this combination is the best.


    IntelliJ, JDeveloper? are you kidding? lol What do Oracle guys know about real programming anyway.... .

  12. #12
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: java ide recommendation

    At work we got all the experienced developers to evaluate the leading Java IDEs and ended up with the majority favouring IntelliJ. This was about 4 years ago, so a lot has changed, but all the IDEs have improved in their own ways. Each has certain strengths for different areas of development, so you really have to make the decision based on what you want to use it for, and how well its workflow fits with your way of thinking. Most of our people found Eclipse's perspectives a little counter-intuitive - probably because they hadn't used tools that work that way before. They all agreed that IntelliJ had the best coding assistance. If we'd wanted a GUI designer, we'd probably have used Netbeans Matisse... and so forth. Even now, some developers switch between environments according to their requirements. I can't do this, to me it feels like changing to a different keyboard layout

    Horses for courses, and what you're comfortable with may outweigh a lot of fancy features. Of course, the fact that some IDEs are commercial and need licensing and some are free, also weighs in the balance.

    The tools we use have a profound (and devious!) influence on our thinking habits, and, therefore, on our thinking abilities...
    E. Dijkstra
    Last edited by dlorde; June 5th, 2008 at 07:26 PM.
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  13. #13
    Join Date
    Feb 2008
    Posts
    38

    Re: java ide recommendation

    I use MyEclipse and it help me a lot of in develop Java app.

  14. #14
    Join Date
    Feb 2003
    Location
    Sunny Glasgow!
    Posts
    258

    Re: java ide recommendation

    I don't see how you could get anything better than Eclipse.....

  15. #15
    Join Date
    Apr 2007
    Posts
    425

    Re: java ide recommendation

    Quote Originally Posted by themoffster
    I don't see how you could get anything better than Eclipse.....

    You can't! once you get used to the keyboard shortcuts, and create custom perspectives for different views / languages you're set. There's huge plugin development for Eclipse, great for SVN, Flex, C/C++, Ant support built-in. I must say that for a while I did try out NetBeans and it was very nice for outputting UML diagrams / etc. automatically based on your code, very useful to show someone visually the 'big picture', but the code refactoring, and plugins that Eclipse has can't be beat.

    Like everyone else, it's just preference, but I'd say Eclipse & NetBeans are definately the 2 best out there. They are both nice once you customize them.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured