Hi, thanks.
the tag initially was like this:
<applet code="CApplet.class" width="500" height="200"></applet>
Then change it to:
<applet code="CApplet.class" Archive="jdom.jar" width="500" height="200">
</applet>
This jdom jar is the one i downloaded from the Internet and then imported it in the project libraries..
but the error is the same!
While searching the net, I found that i may have to import one jar file that will integrate the applet and the jdom, is that right? or I should create another jar file so whenever the jdom is imported in the applet, it will be imported from the
java jdk jar files, not the jdom real one..
I don't think I got the idea clear, and there aren't many posts on the net about this issue.
Can anyone help me with this , and I'll appreciate that.
Thanks in advance for the Applet forum.