From the course: Migrating beyond Java 8

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: Creating a preview build

Solution: Creating a preview build - Java Tutorial

From the course: Migrating beyond Java 8

Start my 1-month free trial

Solution: Creating a preview build

(upbeat music) - [Instructor] In order to complete the solution, we'll need to set up our local development environment, build toolsm and continuous integration server for Java 14. The first step in doing that is installing Java 14 on our workstation. So here on the adoptopenjdk.net website, I'm going to go ahead and select the open JDK 14 binary distribution, and then I'll click on the latest release button to download it. Now, I've already pulled this software down to my system, so I'm going to just navigate to my desktop, where you will find the installer for the binaries. I'll double click on the installer, and we can click on the next button to get started. It will ask me to accept some general license terms, which I will do, and then continue. And then, on this pane of the dialogue, it's going to allow us to specify some configurations. I'm going to leave the Set JAVA_HOME variable unchecked, and I'm also going to…

Contents