Multiple JRE's
Hello,
I need to run two different applications on one single NT box. One app would use jre 1.1.6 and the other is dependent on jre 1.2. The NT server has jre 1.1.6 already installed on the box now I need to deploy my other application which would use jre 1.2.
Question is If I download and install jre 1.2 then how can I have my other app still run using jre 1.1.6? Because if I download and install 1.2 and type java -version it gives me 1.2.
How can I leave the settings of jre 1.1.6 as it is and still run 1.2 app.
Appreciate your help.
Faisalk

