This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Help Me Please
Posted by SatyaPrasad on July 13, 2001 at 5:38 AM
Hi, I am running applets in a servlet. I am using frames in applets which is using sockets to read from a file. I could able to run this servlet in my machine. When I am running this on client machine I am getting the following error "load:class **** not found". I am having all my class files in the same directory. And I am using the same directory with my CODEBASE. Is this problem because of using sockets. In the network one proxy server is also running. What could be the reason? can anybody help me? Thank YOU.
Replies:
|