does MS Java VM = JRE from Sun?

Busie23

Senior member
Jan 24, 2001
640
0
0
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?
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
:confused:

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.
 

Kilrsat

Golden Member
Jul 16, 2001
1,072
0
0
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).
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
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)
 

znaps

Senior member
Jan 15, 2004
414
0
0
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.