|
Answer» Ive made a simple applet I want to put on a website. Im using free web hosting services such as spruz.com and a few OTHERS trying to find a way to upload and display my java applet ive made on a website. the applet works correctly on my own computer.
Ive used this code on the website to
http://aplusreview.webs.com/compreview.class" width=400 height=400>
I uploaded my class and put its path in the HTML code but I get a error during RUNTIME saying the class can not be found, but the link works as far as I know. Is there a way I can get this work?In general, you end to have a place to TEST it on a LOCAL machine.Yhen create a link that goes to you local web. If the thing works locally, but not on the internet, there maybe a reference that needs to be made an areference relative to the web site, not you local folder. Look to see if there is a code base thing. See here: http://www.htmlcodetutorial.com/applets/_APPLET_CODEBASE.html
|