trouble running my first applet

Hi,

I wrote an applet that compiles correctly in eclipse and runs there.

here is the text of the html file:

<HTML>

test applet

<APPLET code=TestApplet.class height=300 width=400></APPLET>

</HTML>

when I compile from a dos prompt and

when I type

F:\jason\java\javaI\appletTest>appletViewer applet.html

the program runs normally.

But when I try to view the file in IE, I get nothing

the program has a couple MouseListener inner classes, and there are several.class files, one for each of the listener classes, and one the is called TestApplet$1.class.

Any ideas what I'm doing wrong?

bp

[715 byte] By [badpersona] at [2007-11-27 2:01:39]
# 1
<APPLET code="TestApplet.class"codebase="F:\jason\java\javaI\appletTest" height="300" width="400"></APPLET>
drvijayy2k2a at 2007-7-12 1:41:59 > top of Java-index,Java Essentials,New To Java...