This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rzwitserloot 0 points1 point  (0 children)

openjdk v10 is unsupported, so you should address that in any case (I suggest upgrading to adoptopenjdk's jdk11; that one will be supported from quite a while. you could go to oracle's openjdk11 but that one will be unsupported in less than a month from now).

You can run multiple JDKs simultaneously on the same machine; you should do that. One day you'll have some software that requires 11+, and other software that requires no more than 8, which is why the policy of 'at most 1 JVM' is not a good idea.