I am learning applets and am having a problem (I am sure is very simple for most of you).
Whenever i put the applet in a namespace (package), i can't run it.
I tried to create a jar file and modify the class name in the html file but it doesn't work.
Also before jarring, it didn't work. What am I missing ?
How do you modify this html
<html> <applet code="AppletBoard.class" height="300" width="320"> </applet> </html>