Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDK 1.4.0.2 and Internet Explorer....

843807Oct 17 2002 — edited Oct 21 2002
I 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???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2002
Added on Oct 17 2002
4 comments
216 views