DEV Community

Discussion on: Manage multiple Java versions on Linux

Collapse
 
mateuszjarzyna profile image
Mateusz Jarzyna

I'm using SDKMAN!, it works well. I think (I don't use jEnv) it supports more JVM languages.

And because I'm using more programming languages like Erlang (and Kerl to manage versions) I'm thinking about asdf to use one tool.

Collapse
 
nkengasong_atem profile image
Atem Nkengasong

That's great! Thank you for sharing, I didn't know of asdf. I would try it out

Collapse
 
awwsmm profile image
Andrew (he/him)

+1 for SDKMAN! Changed my life. It's stupid easy to download and switch versions of Java, Scala, Gradle, Kotlin, sbt, Maven, ...

Collapse
 
awwsmm profile image
Andrew (he/him)

(I used to use jEnv, too, until I discovered SDKMAN! I haven't once regretted switching.)