Java 9: It's Heeeere
Java 9 has finally arrived. With new features like a modular JVM and REPL in the form of JShell, here's a list of links to get you started.
Join the DZone community and get the full member experience.
Join For FreeAfter months of delays, waiting, and rework, JDK 9 arrived yesterday!
Whether you're in it for the JPMS, JShell, convenience factory methods, and/or any of the myriad other features introduced, chances are that you're over the moon. So, instead of rehashing the long, storied journey of Project Jigsaw or touching on what REPL means for Java, let's cut to the chase and get the tools you want into your hands, then take a look around the web to see what's going on.
The Basics
Support, Tips, and Tutorials
A couple of weeks back, I compiled some of my favorite DZone tutorials that focused on Java 9's new features. Feel free to take a look at that for inspiration. Meanwhile, here's what others are doing to bring JDK 9 into the fold of their products and services.
- Java 9 and IntelliJ IDEA
- Java 9 Support for Eclipse IDE, Oxygen Edition
- Tips on migrating to Java 9
- Azul: A new day, a new JDK
- Java EE 8 and GlassFish 5.0 released
- Java 9 Modular Development: Part 1
Of course, you probably already know what you have in store for Java 9. With that in mind, hopefully, this quick news update serves to put some useful tips and support announcements at your fingertips so you can dive in.
Given the commotion that sprang up earlier this year surrounding modularity, it's also probably a good time to stop and reflect on the hard work that went into the JCP. Tempers flared to be sure, but now that JDK 9 is generally available, it seems like a distant memory. It also brings to mind the importance of being a part of the process, rather than sitting on the sidelines. If you have the time available, consider joining the program. Java's future is only as bright as the community, and projects this big are definitely group efforts.
With that in mind, we'll close here. Hopefully, you have what you need to get started, so there's little time to waste! The wait is over, so grab some java (terrible pun intended) and dive into your weekend with everything Java 9 offers at your disposal.
Opinions expressed by DZone contributors are their own.
Comments