This marketplace solution provides support for Java 21 standard language features for Eclipse 2023-09 (4.29). To install the feature place ensure you have the latest Eclipse release, which is 4.29.
You can also install this feature from the following p2 update site directly:
https://download.eclipse.org/eclipse/updates/4.29-P-builds/
Installation can be verified by creating a java project with default execution environment as Java-21
Additional Details
Eclipse Versions: 2023-09 (4.29), 2023-12 (4.30)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Eclipse Foundation
Development Status: Production/Stable
Date Created: Tuesday, September 19, 2023 - 06:14
License: EPL 2.0
Date Updated: Monday, November 20, 2023 - 01:52
Submitted by: Jay Arthanareeswaran
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
November 2023 | 32/685 | 1293 | 25 |
October 2023 | 29/673 | 1809 | 24 |
September 2023 | 45/663 | 1089 | 27 |
August 2023 | 0/0 | 0 | 0 |
July 2023 | 0/0 | 0 | 0 |
June 2023 | 0/0 | 0 | 0 |
May 2023 | 0/0 | 0 | 0 |
April 2023 | 0/0 | 0 | 0 |
March 2023 | 0/0 | 0 | 0 |
February 2023 | 0/0 | 0 | 0 |
January 2023 | 0/0 | 0 | 0 |
December 2022 | 0/0 | 0 | 0 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 18
Count | Error Message |
---|---|
18 | Cannot continue the operation. There is another install operation in progress. |
Reviews Add new review
Guarded patterns not working?
Submitted by Tom Sundquist on Sat, 11/04/2023 - 07:08
I believe there is a problem with the switch statement when guarded patterns are used. For example,
which I tested with
should produce
but my results are
I have confirmed that I get the correct results when using Oracle's compiler.
NOTE, when I remove the null case the results are correct.
java-21 support, NO preview features
Submitted by Carey Brown on Mon, 10/09/2023 - 20:25
I really *need* the String Template preview feature in Oracle's JDK-21 release but it is not supported in this plugin. So I can use this preview feature from the command line but not through Eclipse. <Sigh>