Java Applet
Posted: Tue Jan 30, 2007 9:16 am
I have made this java applet and signed it and everything. Now I am trying to put it on my website but it cant find the class when I load it? It works fine when I put thet html file with the applet call in the same folder but when they are in different folders it does not work.
Those files exist, this I know for sure. I added the codebase thinking that might work but to no avail. The error console says it can not find the class shiznatix/shiznatix.class but when I put that html in a file in the Applet folder and run it (without the ./Files/Applet/ stuff) it works perfectly fine. How can I make it find the stupid thing?
Code: Select all
<applet code="./Files/Applet/shiznatix/shiznatix.class" archive="./Files/Applet/shiznatix.jar" codebase="./Files/Applet/" width="500" height="500"></applet>