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.
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

Popular posts from this blog

Space Character Problem on IE 6, 7, and 8

Does Netflix work on iOS 5 Beta 4?

AWS encryption chart (SSE-S3 vs SSE-KMS vs SSE-C)