Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: why do so few people use intellij idea?

  1. #1
    Junior Member
    Join Date
    Aug 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default why do so few people use intellij idea?

    i've used both eclipse and intellij, and between those two, idea is far, FAR better. the debugger is better, ui is better, the editor is better, framework support is better. they are on par feature-wise, but quality-wise, eclipse is far behind. so: why do so many people use eclipse, despite there being a free edition of intellij idea?
    (can't say anything about netbeans, the last version i used was 4.5)


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: why do so few people use intellij idea?

    I haven't ever used intellij, but I'll give one big reason why I won't use it based upon the description: intelliJ does not have free Java EE support- eclipse does.

  3. #3
    Junior Member
    Join Date
    Aug 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: why do so few people use intellij idea?

    valid reason.

  4. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: why do so few people use intellij idea?

    The Eclipse IDE is more than just a Java development platform - It's ease of extensibility and great underlying framework means companies can build their products off of the eclipse platform very easily. For example, the Joke about Iron Python (a C# implementation of the Python language) is that the best IDEs for writing/debugging Iron Python is Eclipse with PyDev, which are written in Java (note that this might change if Microsoft puts enough resources into integrating Iron Python with Visual Studio, but for now this holds true).

    I think the Eclipse IDE is extremely powerful once you know how to use it, but it does have a slightly higher learning curve because some of the features are "non-intuitive" until you learn how to use them (or cope with them), or simply hidden somewhere in the IDE. An example of this is even after having used Eclipse for a while, I just found out that Eclipse has a conditional break point function, but it's hidden away in an obscure frame that I pretty much never looked at (at least not until I found out about it).

  5. #5
    Junior Member
    Join Date
    Aug 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: why do so few people use intellij idea?

    The Eclipse IDE is more than just a Java development platform - It's ease of extensibility and great underlying framework means companies can build their products off of the eclipse platform very easily.
    this is true, but for me as a developer, it's no reason to pick eclipse over another ide. what companies can do with it does not make it a better ide.

    I think the Eclipse IDE is extremely powerful once you know how to use it, but it does have a slightly higher learning curve because some of the features are "non-intuitive" until you learn how to use them (or cope with them), or simply hidden somewhere in the IDE. An example of this is even after having used Eclipse for a while, I just found out that Eclipse has a conditional break point function, but it's hidden away in an obscure frame that I pretty much never looked at (at least not until I found out about it).
    exactly one of my reasons for using intellij idea. the main features are much less hidden. for example, conditional breakpoints are only 1 click or hotkey away. once you are in debug mode and want to edit a breakpoint, you can't miss it. it's like eclipse, just without the detours. which means, i'm simply faster.
    Last edited by hamsterofdeath; August 5th, 2010 at 01:31 AM.

Similar Threads

  1. No idea what to do for this
    By jwb4291 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: July 18th, 2010, 07:16 PM
  2. Hello People
    By mrunal.cavale in forum Member Introductions
    Replies: 4
    Last Post: September 11th, 2009, 03:20 AM
  3. help with problem havr no idea what it means
    By mdstrauss in forum Exceptions
    Replies: 4
    Last Post: July 27th, 2009, 12:41 AM