Posted By:
Anonymous
Posted On:
Saturday, August 31, 2002 08:01 AM
I have a major problem!
I program in Java for about 1 year now, but started to interest in Applets just some days ago. I read what there is to do to form a java-programm into an applet in a book. I uploadet the class-file (it was MouseApplet.class) and included it into a html-page by
and I think that's right and should be working.
But when I try to load it in a browser it says (in the lower bar - I forgot its name):
load: class MouseApplet not found
It is in the same directory as the html-file... can anyone help me please?