Here is my object tag.
<object classid="java:my.full.class.Name.class" height="360" width="320"> <param name="type" value="application/x-java-applet"> <param name="archive" value="applets.jar"> <param name="file" value="/report_files/1-1272041330710YAIwK"> <param name="codebase" value="/applets"> </object>
When I run this in firefox, it just appears with an error, click for more details. The java console shows absolutely nothing. And at the bottom of the fire, the fox says "Applet my.full.class.Name notloaded". The Name.class file is in the applets.jar file. I can enter the URL / applets / applets.jar and access the jar file. So what's wrong?
EDIT: I can also access the param file, although I don't think this is a problem.
EDIT: I updated the tag because I noticed in my HTML logs that it didn't look in the right place. Still nothing though
source share