Home   Applets   Services   Clients   News   Contact  

 



Frequently Asked Questions

Here are answers to some of the most common questions. Do search the forum if you are having trouble with the applets and the answer is not listed here. Thank you.




Q: The applet works when working on my page off-line but when I try to upload it I get an error message in the status bar saying: "http://www.mysite.com/image.jpg not found!"
A: Make sure that the applet is uploaded to your webserver in the directory the applet expects to find it. When the applets are uploaded to a webserver all filenames become case-sensitive. "Image.Gif" won't work for "image.gif". Check your "image"-parameter in the applet tag.

Q: When uploading to my webserver I get an error message saying "Class *somename*.class not found".
A: Make sure you've uploaded all of the needed files correctly. The easiest way to handle this is to put all of the applet files in the same folder as your html. Otherwise you will have to use a codebase statement.