I'm trying to run an applet in an HTML page
but I keep getting Class not found in the browser's
status bar. The HTML file is in the same directory as
the class file and I used the correct case in the
applet tag. The code runs correctly in appletviewer. I
saw some examples of this error when i searched in
google but they said that I should use awt instead of
swing and I am using awt. I can't seem to find what I
am doing wrong.
I'm using JCreator LE as my IDE and i compile it here
also.