Reputation: 4935
I currently have Java 5 installed on Windows. I'm trying to test the way the new Java Kernal installs when my Firefox browser comes across an applet requiring Java 6. Unfortunately the applets I try fail to run or just run the Java 5 JVM. I have tried:
Can anyone point me to other applets that require Java 6?
Upvotes: 1
Views: 203
Reputation: 88796
It's very rare to see an Applet that requires 1.6. After all, I don't think any of the things an applet uses require Java 6.
A quicker way to see would be to uninstall Java 5, then try to run an applet... you'll probably be prompted to download Java 6u13.
Upvotes: 0
Reputation: 54854
Try
http://www.java.com/en/download/installed.jsp?detect=jre&try=1
They use an applet in the background to determine the version of Java you are running.
Update: it will tell you the version you are running in the URL:
http://www.java.com/en/download/dt_verify.jsp?plugin=false&latest=false&users_jre=1.5.0
Upvotes: 2