Home » Questions » Computers [ Ask a new question ]

Java: Different Versions for IE & FireFox

Java: Different Versions for IE & FireFox

How can I install the Java JRE such that I have an older version for IE (specifically 1.4.2) and the latest version for Firefox and the command line?

Asked by: Guest | Views: 224
Total answers/comments: 2
Guest [Entry]

"It's been a looooong time since I've tried anything like this, and you'll have to research the steps to be sure, but something along these lines may allow differing versions of Java to coexist like you want:

Install the older version as default. (IE should access this fine.)
Download the newer version in the SDK+JRE form; install/unzip to your choice of location.
Setup batch scripts that will change your Java-related environment variables from the older version to the new version temporarily (ie, from one particular shell).
Setup another batch script to call the first, setting up the environment for new Java, and then startup Firefox.
Make a shortcut on your desktop that runs that script instead of starting Firefox directly.

Of course, there may be an Easier Way™, but that's what occurs off the top of my head."
Guest [Entry]

think virtualization, e.g. VirtualBox (which allows you to run virtualized applications of Windows guests in seamless mode on the host).