jre 1.4.2 and msvm co-existing?

I’ve run into an odd problem. I wanted to run a simple walkaround demo for a console style rpg using the ms vm, so I popped open the java control panel and unselected internet explorer from the browser list. I use Mozilla exclusively. After restarting my comp I was unable to run any applets compiled with 1.4.2 from IE with the ms vm. However when I recompile with 1.3.x it runs in ie with the ms vm no problem.

I’m sure there’s an explanation for this (maybe the result of some legal proceedings)… Can anyone shed some light on whats going on here?

Oh, and here is the demo;

http://www.geocities.com/nonnus29/javademo/demo.htm

The reason is that 1.4.2 by default targets version 1.2 and above. Where as 1.3 and all ones before it defaulted to 1.1.

Point 9:
http://java.sun.com/j2se/1.4/compatibility.html#incompatibilities1.4

http://wireless.java.sun.com/midp/questions/jdk1_04/

Will.

Thanks!