DEV Community

Discussion on: Java didn't update?

Collapse
 
breadcentric profile image
Breadcentric

I recommend that you use SDKMAN: sdkman.io/install
This is a tool that manages JAVA_HOME and Java versions for you. It's especially handy when your working with multiple projects in different phases of their lives.
I simply run sdk use java 1.15.xyz-zulu or whichever OpenJDK build I choose to use and I'm sorted.