Hello,
I have a problem when I try to implement java applet to a web page. Web page keeps saying :
NoClassDefFoundError. Can anyone help me with this?
here is a html code:
HTML Code:<header> <body> <applet code = "Calculator.class" width=300 height=250 /> </body> </header>