In this article, I will guide you how to enable Eclipse’s Java compiler to support Java 15 in Eclipse IDE version 2020-09. As you know, Java 15 was released on September 15th 2020 but Eclipse 2020-09 supports compilation of Java version up to 14.
To enable code compilation for Java version 15 in this version of Eclipse, you need to:
Make sure that you already did the first 2 steps above. Now in Eclipse IDE, go to menu Help > Eclipse Marketplace… and type “Java 15 support” into the Find textbox. You will see the result appears something like this:
Click the Install button for the result “Java 15 Support for Eclipse 2020-09 (4.17)”. Wait for a while, then you will see this screen:
Click Confirm button to install the plugin, and you have to accept the license agreement in the next screen. And finally choose to restart the IDE when asked.
Now in the project properties, you can choose the Compiler compliance level as 15 as shown below:
Then you can write Java code that uses new features of Java 15. Enjoy!
You can watch the following video to see the steps in action:
Other Eclipse Tutorials: