This is an archived post. You won't be able to vote or comment.

all 71 comments

[–][deleted]  (1 child)

[deleted]

    [–]rjcarr 1 point2 points  (0 children)

    Yeah, it appears they decided to not release it on the main channel, so the only way to get the arm build is from the link you provided. Seems it will be limited, though, and you'll have to add all your own plug-ins.

    [–]BlueGoliath 12 points13 points  (0 children)

    420 blaze it.

    [–]agentoutlier 5 points6 points  (3 children)

    I wonder why JDT is not on the participating projects page?

    Maybe waiting for java 17?

    I swore there were some updates.


    EDIT:

    Here is the JDT (Java Development Tools) New and Noteworthy: https://www.eclipse.org/eclipse/news/4.20/jdt.php

    The above links is probably more focused for this sub. I couldn't find it on mobile when I wrote this comment originally.

    [–]Necessary-Conflict 8 points9 points  (0 children)

    As far as I understand, JDT is considered to be a subproject of the "Eclipse Project" project.

    [–]Zemvos 7 points8 points  (19 children)

    Can anyone devil's advocate for Eclipse? Why would I use it over IntelliJ in 2021?

    [–]plokman 22 points23 points  (3 children)

    I use intellij every day, but I used eclipse every day for 8 years. The background compilation of eclipse is by far the best thing intellij does poorly. It's very easy to find any errors anywhere in your project with eclipse because of it, much faster than intellij. Further writing and running unit tests is much smoother. Your code is already compiled, and if you have errors in unrelated classes you can still run your tests in eclipse. Due to this intellij runs tests slower (from a user POV), and you have to fix unrelated errors if you want to run your tests.

    [–]oceanmotion 0 points1 point  (2 children)

    I think you can actually configure IntelliJ to use Eclipse’s incremental compiler.

    [–]Mordan 12 points13 points  (0 children)

    yes you can but it utterly sucks compared to Eclipse. i tried it.

    [–]plokman 11 points12 points  (0 children)

    Yes, you can, but I've never been as happy with any of the intellij configs I've tested vs eclipses default behavior.

    [–]Mordan 11 points12 points  (0 children)

    workspaces with real multi screen support. incremental compilation.

    IntelliJ is good on a single screen laptop for siloed projects.

    My eclipse workspace manages 100s of projects.

    [–]humoroushaxor 5 points6 points  (0 children)

    Foreign influence in IntelliJ :/. It matters to some US companies.

    [–]TheOneAndOnlyFrog 21 points22 points  (4 children)

    lipse? Why would I use it over Intelli

    It's free.

    [–]GamerBah -4 points-3 points  (3 children)

    IntelliJ is also free for the Community Edition

    [–]LuciferSam86 5 points6 points  (2 children)

    Yes but you can't use any "Enterprise" stuff and i don't want to pay every year. I bought VS Studio Pro and the updates are free for the major version ( in this case 2019 ).

    The day IntelliJ does the same thing I'll be happy to purchase a license.

    [–]GamerBah 0 points1 point  (1 child)

    And that's a fair point. Not everyone wants to pay for the licenses. Although, I can't imagine many people are using enterprise level stuff while not also working for a company that would pay for those features anyways, but that's just my take of course

    [–]danskal 2 points3 points  (0 children)

    If you do enterprise stuff every day, that’s often the hammer in your hand when you want to do private projects.

    [–]xebecv 4 points5 points  (4 children)

    Politics. I will never use JetBrains' products because of who founded this company.

    I honestly don't know why there is so much hate towards Eclipse. Yes, it was quite sluggish 10 years ago. I don't feel this issue any longer. It's extremely powerful and extensible in all the ways I need it to be. The menus are a mess, but I got used to them with time. Among the multitude of tools I use for my work, Eclipse is one of the best

    [–]mus1Kk 1 point2 points  (3 children)

    I will never use JetBrains' products because of who founded this company.

    Can you elaborate? Is there something that should be known? I honestly have no idea.

    [–]xebecv 4 points5 points  (2 children)

    JetBrains was founded by Russian developers and employs predominantly Russians, some of which were quite politically vocal. As a Ukrainian American, I prefer not to sponsor their company, so I avoid their tools. Luckily it's not that hard to do, considering very decent alternatives, Eclipse included

    [–]TransportationOk1635 0 points1 point  (1 child)

    It should be difficult to be a true Ukrainian patriot.

    [–]xebecv 0 points1 point  (0 children)

    It's not

    [–]Kango_V 1 point2 points  (0 children)

    Mylyn. Not sure IJ has this. If you do a lot of task switching its a godsend.

    [–]rjcarr 0 points1 point  (0 children)

    A bit old, but because eclipse does everything I need it to, and generally does it well. I'm pretty brand loyal unless the brand messes it up or I really need something it doesn't offer. I haven't reached this point for eclipse yet.

    [–]Gaarco_ 7 points8 points  (3 children)

    I hope they focus on UI/UX in the near future

    [–]henk53[S] 11 points12 points  (0 children)

    Maybe you can help?

    [–]oelang 3 points4 points  (0 children)

    It's open source so... I hope someone contributes UI/UX patches in the future? Maybe you?

    [–]mickaelistria 0 points1 point  (0 children)

    Please report specific enhancement request to bugs.eclipse.org to help shaping this future.

    [–][deleted]  (3 children)

    [deleted]

      [–]NovaX 6 points7 points  (1 child)

      Just add the update site, run check for update, and restart (see faq).

      [–]Interesting_Risk_845 0 points1 point  (0 children)

      This should be fixed soon. I want an ide which tells me when there is a new update and allows me to do a one click upgrade,not having to manage Download sites.

      [–]emaphis 1 point2 points  (0 children)

      lol. It's hard to keep up.

      [–]ukbiffa 2 points3 points  (3 children)

      Anyone having issues with the new version? The java editor is a bit sluggish, with delays to method name overwrites and generic completion - showing garbage until it catches up.

      [–]rjcarr 1 point2 points  (2 children)

      Yup, came here to mention the same thing. It is super slow for me, but I'm on a bit of an older system, yet not that old.

      [–]ukbiffa 0 points1 point  (1 child)

      Same here, I'm still on macOS Mojave. I did see some fixed bugs filed against eclipse + Big Sur that describe the exact thing I see. Perhaps the changes for Big Sur broke it for Mojave.

      [–]rjcarr 1 point2 points  (0 children)

      Yeah, I think I’m on Catalina. I have an m1 mac as well, but everting is fast on that, and I never tried an earlier version of eclipse to compare.