Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Server problem

  Asked By: Wayne    Date: Oct 23    Category: Java    Views: 570
  

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?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Janelle Evans     Answered On: Oct 23

It sure looks like you have a problem  with where
your applet  Tag is pointing.<br><br>The applet tag has
to reference the applet in a folder  relative to the
DocRoot of your web server. Your Applet must be there,
also.<br><br>Give us an example of the Applet tag you are using
along with the server  address.<br><br>Stephen
McConnell<br>http://www.crosslogic.com

 
Didn't find what you were looking for? Find more on Server problem Or get search suggestion and latest updates.




Tagged: