I have a problem with an applet that doesn't
work. I works local, on my server, on another local
machine but not on the final server. The error printed
out is:<br>java.lang.ClassNotFoundException:
AppletHierarchy<br> at com/ms/vm/loader/URLClassLoader.loadClass
(URLClassLoader.java)<br> at com/ms/vm/loader/URLClassLoader.loadClass
(URLClassLoader.java)<br> at com/ms/applet/AppletPanel.processSentEvent
(AppletPanel.java)<br> at com/ms/applet/AppletPanel.processSentEvent
(AppletPanel.java)<br> at com/ms/applet/AppletPanel.run
(AppletPanel.java)<br> at java/lang/Thread.run (Thread.java)<br><br>I am
sure that all the files are in the right folder, and
no mistakes in the html file. Do anyone have this
error before?