How to install a second JVM?
问题 I am working on a Linux Ubuntu 8.10 and I would like to install a second JVM. I am currently working with Java 1.6, but I want to install Java 1.4 and afterwards, set the 1.4 JVM as my default JVM, to work with. How could I do that? Thanks in advance! 回答1: Just install the package you want. After that you're able to switch java implementations using update-java-alternatives See Help pages for more. 回答2: With Linux, you can install multiple JVMs without conflict (unlike Windows, where the