Applet shows nothing

I have wrote a java applet. It doesn't use any java2 classes and only I have used AWT class. In the applet viewer it works properly but when I try to run it within an HTML file by explorer I get the following error:

java.lang.NoClassDefFoundError: org/netbeans/lib/awtextra/AbsoluteLayout

at Convert.initComponents(Convert.java:48)

at Convert.init(Convert.java:15)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Thanks in advance,

Payam

[584 byte] By [payam27] at [2007-9-27 4:18:47]
# 1
You seem to be using a class that your browser isn't able to find (org/netbeans/lib/awtextra/AbsoluteLayout). Make sure, that the browser has access to this class.
erop at 2007-7-5 3:53:33 > top of Java-index,Archived Forums,Java Programming...
# 2
Thanks for your reply but, How I can set the class path and How I could add the nesseceray files to my applet.Thanks again,Payam
payam27 at 2007-7-5 3:53:33 > top of Java-index,Archived Forums,Java Programming...
# 3
i see that you're planning to use netbeans in your applet. I think, that you have to edit the policy-file of you're browser, to make sure, that the browser is allowed to use netbeans.
erop at 2007-7-5 3:53:33 > top of Java-index,Archived Forums,Java Programming...