this post was submitted on 18 Aug 2023
6 points (100.0% liked)
Linux
1806 readers
1 users here now
Everything about Linux
RULES
-
Be nice to each other.
-
No memes or pictures of Linux in the wild.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don’t have much experience with Java but my solution to this issue was to make a symlink called java8 and a symlink called java16 to run the two concurrently without needing to remember various commands to change versions. It’s worked pretty well so far.
Could also use Nix as package manager on Ubuntu. It does essentially what you say (symlinking) with guaranteed isolated dependency graphs.