problem loading an applet
hello guys,
i am getting the following error when trying to display my applet. I have a jar which I am also calling.
java.lang.NoClassDefFoundError: UTFuntional (wrong name: appletTesting/UTFuntional)
here is the html
<HTML>
<BODY>
<APPLET CODE="UTFuntional.class" ARCHIVE="DSMUpTool.jar" width="600" height="600">
</APPLET>
</BODY>
</HTML>
please help, i tried running both in IE and Mozilla

