Main Menu

Testing for Microsoft JRE 1.1

Started by dear_stephen, May 30, 2007, 06:25:57 PM

Previous topic - Next topic

dear_stephen

I just found a great way to test for the Microsoft JRE

You can switch between sun JREs and the Microsoft JRE by simply disabling the sun JRE for IE. Then if the Microsoft JRE is installed...

http://java-virtual-machine.net/download.html

... IE will use JRE1.1.

More info to switching JRE can be found at...

http://www.java.com/en/download/help/switchvm.xml




cyberkilla

I must admit, I don't feel any urge to keep my code compliant with the 1.1jvm anymore.

A tiny population of people now use the older browsers, and, being realistic, people who play
online games will have the tiny amount of knowledge required to download the proper SunVM.

Something simple might as well be 1.1 compliant, but, if your going for any amount of extravagance, I don't feel guilty by not limiting my code with a smaller set of features.
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

dear_stephen

According to my statistics there are 7.33% using JRE1.1.4.

This is enough for me to spend the couple of extra hours required to test my code.

If your code doesn't run on JRE1.1.4 the 7.33% will see a little grey box.

Wouldn't it be better to provide at least and nice error massage that a higher JRE is required? People are then more likely to upgrade.