how to switch to another java version?

0

Possible Duplicate:
how to set default java plug-in version

I have Java 1.7.0_06 on windows 7. How can I get it to switch to use 1.6.0.23 without uninstalling the newer version? I have an applet browser program that needs to use the older but it locks up when when i try to use it.

user691305

Posted 2012-09-10T20:54:12.410

Reputation:

Question was closed 2012-09-18T11:43:50.743

You can find an easy way from here : http://bit.ly/TD8aww

– Tarik – 2012-09-10T20:57:21.587

Answers

1

For command line stuff:

edit the path and java_home variables. Under my computer-properties-advanced-environment variables etc etc.

For brower:

You will need to change the helper in the browser config - this will be browser dependant.

Dan Matthews-Grout

Posted 2012-09-10T20:54:12.410

Reputation: