Hello, I've been trying to get an applet for Eliza working on my website, however, I always seem to get a ClassNotFound exception. The script and class are exactly where they claim to be, and from the same server, and all other classes used by Eliza.class are in the same directory, but I'm still getting the error. This is what I'm using for the html page:
Any ideas why that isn't working? Here's the page: http://www.wombatrpgs.frih.net/Eliza/talk.html
| Code: |
| <html>
<head> <title>talk.html</title> </head> <body> <center> <applet code="http://www.wombatrpgs.frih.net/Eliza/Eliza.class" width="600" height="200"> <param name="script" value="http://www.wombatrpgs.frih.net/Eliza/script"> </applet> </center> </body> </html> |
Any ideas why that isn't working? Here's the page: http://www.wombatrpgs.frih.net/Eliza/talk.html
