Hacker News new | ask | show | jobs
by rifung 4017 days ago
But what happens when some of the apps require different versions of the JVM?
2 comments

As long as you're using the latest version then this shouldn't be a problem as the JVM is backwards compatible.
Except on those fun occasions when it isn't really. :\
You know you can have multiple VMs installed, with different JAVA_HOMEs, right?

This is a solved problem.