• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

does MS Java VM = JRE from Sun?

Busie23

Senior member
I know Microsoft is discontinuing the MS Java VM in a few years, so I was wondering if the regular JRE package will sufice? Has anyone ran into any problems where the VM had something JRE didn't have or vice versa?
 
😕

Microsoft discontinued their VM a year or so ago. You should use the Sun JVM, which is generally more stable than its Microsoft counterpart.

There are some applets out there that will only work correctly with the Microsoft VM, but these have become few and far between now that Microsoft has stopped shipping their VM with Windows XP.
 
You lose the Microsoft packages that they slapped onto the java language.

You gain actual compliance with standards and every addition to the java language since version 1.0.8 (currently up to 1.5, so yes, this is important).
 
I'm trying out BEA's JRockit right now. Supposedly much faster on intel hardware 🙂 (also fully 1.5 compliant, so far as I'm aware)
 
to answer the thread title question, no -

MS Java VM = Satan's manifestation in the Java world. Any Applet or App out there for the general public to run should be fully compatible with Sun's JRE.
 
Back
Top