|
Using Applet in Dynamic Web Project in eclipse -
10-06-2008, 11:01 PM
Hello,
I'm trying to use an applet in my html.
I use
<applet code="ABC.class"
archive="XYZ.jar"
width=100 height=100>
</applet>
I'm using apache 6.0 in eclipse. I placed the jar file under WebContent folder.
When I load the page from eclipse it does not recognize the applet and it does not load it.
|