Y
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
bitmapbrother
4017 days ago
As long as you're using the latest version then this shouldn't be a problem as the JVM is backwards compatible.
link
tacticus
4017 days ago
Except on those fun occasions when it isn't really. :\
link
icedchai
4014 days ago
You know you can have multiple VMs installed, with different JAVA_HOMEs, right?
This is a solved problem.
link