Search code examples
javajava-6java-7

Replacing Java 7 with Java 6


Currently I am running java 7 on Windows 7

C:\>java -version
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)

How can i replace it with Java 6 ?? What is the best way ??


Solution

  • Install Java 6 from the Sun website

    Then change the PATH to point to Java 6.

    Or you could have followed this guide: Java Website