Programming

Eclipse announces support for Java 12

1 min read

Last month, the team at Eclipse announced that Eclipse now supports Java 12.

What are the latest changes in support with Java 12

Updated project compliance and JRE

Eclipse comes with project compliance and JRE updated to 12 that changes the current project to be compatible with Java 12.

Preview features

Users can enable preview features in Java 12 by selecting Preferences > Java > Compiler > Enable preview features option. Users can further configure the problem severity of these preview features.

Set enable preview features

The issue with the Enable preview features option in preferences has been resolved.

Configure problem severity of preview features

Configure problem severity is now provided to update the problem severity of preview features in Java 12.

Default case has been added

Add ‘default’ option is now available to add a default case to the enhanced switch statement in Java 12.

Missing case statements

An option to add missing case statements has been provided for the enhanced switch statement in Java 12.

Java Editor

In the Java > Editor > Code Mining preference, users can now enable the Show parameter names option which will show the parameter name in method or constructor calls.

Java views and dialogs

An option to control the comment generation while creating module-info.java or package-info.java is now available.

To know more about this news, check out the post by Eclipse.

Read Next

Eclipse 4.10.0 released with major improvements to colors, fonts preference page and more

Eclipse IDE’s Photon release will support Rust

What can Blockchain developers learn from Eclipse Attacks in Bitcoin network – Koshik Raj

Amrata Joshi

Share
Published by
Amrata Joshi

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago