FAQ - Applet Errors


I get a "class not found" error when running the applet from my web site.

Your web page document .html (.htm) and applet .jar file are not located in the same folder or the pach (the name) to the applet .jar archive in the applet tag is not correct.

Just uploading the .html document with the correct code will not work. You have to upload applet.jar and all other files and folders along with all files in it into the server, too.

^ Top

I download the demo.zip (applet.jar file) but can't find the class files.

The .jar file includes all files you need to run the applet. The browsers know how to find and use them. You need only to add the correct path (name) to the .jar file in the applet tag.

^ Top

The applet started but I don't see any image on it.

Make sure all your image files are uploaded to your web server into your "images" folder. Make sure that your "image" forders are located in the right place (in the same directory with your web page document .html (.htm)) or the pathes to them are right described in config files or applet tags.

^ Top