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

