JDK 1.4.0.2 and Internet Explorer....
843807Oct 17 2002 — edited Oct 21 2002I have a very simple applet:
import java.applet.*;
public class SdmVMultiBar extends Applet {
public SdmVMultiBar() {
super();
}
}
I had compiled it with 1.3.1 and it worked fine...
I reinstalled jdk1.4.0.2 and now the .class generated
by the 1.4.0.2 does not work (class SdmVMultiBar not found)
but if I replace this class with the class produced
by the 1.3.x compiler it works!!!
This problem happens in Internet Explorer... in Netscape
it works file....
Is there any known bug with applets compiled in 1.4.x with
IE???