Windows 7 RC JRE Problem on Internet Browsers
Yesterday I installed the latest version of JDK as 1.6.0_16 into Windows 7 RC(64 bit). It installed without any problems and from command prompt it displays the java version right.
However, the applets are not working within browsers(IE, Firefox, Chrome). After a short search I downloaded the version JRE as 1.6.0_14 and browsers start to work with the applets. When I type version of Java, I get this;
Then if your applets are not working in the browsers of Windows 7 RC, you can try to do what I did to overcome this annoying problem.
C:\Users\sarp>java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
However, the applets are not working within browsers(IE, Firefox, Chrome). After a short search I downloaded the version JRE as 1.6.0_14 and browsers start to work with the applets. When I type version of Java, I get this;
C:\Users\sarp>java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)
Then if your applets are not working in the browsers of Windows 7 RC, you can try to do what I did to overcome this annoying problem.
Comments