Specification of Microsoft Virtual Machine

Okay, so from searching the lists I get the strong impression that the Microsoft Virtual Machine (MVM) doesn't support anything beyond jdk1.1, which is why we have so many problems with applets.

So is there anywhere that I can get a specification of what the MVM actually does support, like an API or something?

Thanks in advance.

CHEERS> SAM

[378 byte] By [samjoseph] at [2007-9-26 4:27:24]
# 1

Replying to my own post. Looks like a spec can be found at:

http://www.microsoft.com/java/download/dl_sdk40.htm

Although I would still be very interested to know it there is a spec for version 5.0 since this is what my version of IE seems to be using.

Thanks in advance

CHEERS> SAM

samjoseph at 2007-6-29 17:37:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Microsoft is restricted to using the 1.1.4 API. This was part of a legal settlement with Sun earlier this year.
schapel at 2007-6-29 17:37:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
Why to bother with that? MS VM is a dead thing... and it won't be in XP anyway - try to use Java Plugin...
mamlason at 2007-6-29 17:37:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 4

Java has been put straight out of MS's dictionary forever. Last version supported is 1.1.4 but XP wont have any. So try downloading the plugin.

Again the MS Inoperating system overrides the client's needs and gives more importance to Company's (wrong) strategies.

Let's keep Java alive and spread it. Microsoft will adopt it back im sure and people will be able to see our applets.

daalzea at 2007-6-29 17:37:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 5
How would one install the Sun JRE in WinXP/IE6. I am using the time-limited RTM, downloaded the j2re-1_3_1_01-win.exe file and installed it, but WinXP/IE6 doesn't notice it there.What else must one do?
OddDuckCarter at 2007-6-29 17:37:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 6

You installed Sun's JRE and expected IE6 to use it to display applets? It doesn't work that way. IE uses its own JRE to display applets in the applet tag.

If you install the Java 2 plug-in, and use the HTML Converter to convert the HTML page that contains the applet into the proper form, then IE6 will use the plug-in to execute the applet.

This post really doesn't belong in the JVM forum. Try the Java Plug-In forum or the JRE forum for more help.

schapel at 2007-6-29 17:37:07 > top of Java-index,Java HotSpot Virtual Machine,Specifications...