hello! i built an applet on Jbuilder3 university edition and i want to execute him on internet explorer 6 and when i do i get an error "load:class untitled4.Applet1.class not found" i use win 98 but the problem not only in 98. html code is: <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251"> <TITLE> HTML Test Page </TITLE> </HEAD> <BODY> untitled4.Applet1 will appear below in a Java enabled browser.<BR> <APPLET CODEBASE = "." CODE = "untitled4.Applet1.class" NAME = "TestApplet" WIDTH = 500 HEIGHT = 500 HSPACE = 0 VSPACE = 0 ALIGN = middle > </APPLET> </BODY> </HTML>
of course the applet is the untitled4 directory and of course i tryed to put him in same directory and erase "CODEBASE and untitled4. from html file but it doesnt help. what can be the problem? thanks