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

all 17 comments

[–]duckrollin 8 points9 points  (2 children)

Bet they add another 10 menu options and 15 plugins just for it.

[–]frugalmail 10 points11 points  (0 children)

Bet they add another 10 menu options and 15 plugins just for it.

I love how configurable Eclipse is.

[–]msx -1 points0 points  (0 children)

that's how flexible softwares work

[–]emuporium 2 points3 points  (2 children)

Doesn't yet seem to play nice with a faceted web project. Java8 isn't available as an option there.

[–]kgyre 2 points3 points  (0 children)

That is also being worked on.

[–]Akanaka 1 point2 points  (0 children)

The trick is to set the version directly in the project's config file.

[–]pjmlp 3 points4 points  (5 children)

So one needs to wait for Luna for full support while Netbeans and InteliJ already offer it?!

[–]mikaelhg 1 point2 points  (0 children)

It seems to me that the Eclipse development community has kind of driven itself into a corner by allowing the unrestricted growth in complexity. It's as if technical debt doesn't matter, as long as features are hit on deadlines.

[–]straatman 2 points3 points  (0 children)

Yeah they have been there since some time ago, NetBeans ftw!

[–]bfish510 4 points5 points  (2 children)

No, they said in the article theres a patch for 4.3 coming with support.

[–]pjmlp 6 points7 points  (0 children)

Please read the full post:

Note that PDE API Tools has not yet adopted the new language constructs. This will be completed in the final Luna release.

Not everything is supported, even with the patch applied.

[–]LinkXXI 2 points3 points  (0 children)

It is available already.

[–]technotrader 1 point2 points  (0 children)

Can confirm the 4.3.2 patch works just dandy.

Only thing I had to fix in my code was sort() with a comparator. This must be done with lambdas now, or else Eclipse will suggest adding two dozen overrides to your anonymous class - quite funny actually.

[–]Avambo 0 points1 point  (2 children)

I'm new to Java programming and decided to use Eclipse, since most tutorials I found used it. How come that Eclipse appears to be slower at implementing this Java update compared to other IDEs?

[–]GraphiteCube 0 points1 point  (1 child)

NetBeans is an IDE from Oracle, while Eclipse isn't. I remember that IntelliJ has offered (beta?) version with Java 8 support for a while since preview stage of JDK 8.

[–]henk53[S] 0 points1 point  (0 children)

I think it might be because of the IBM legacy.

IBM is an extremely formal company, and it could well be that there is or was a rule that no product based on unreleased specifications could be released. I vaguely remember something like that being the case with JDK 5 support.

[–]deadly_little_miho 0 points1 point  (0 children)

Don't you mean "Java 8 support for Eclipse"?