David Brown
Posts: 1
Nickname: daveb
Registered: Nov, 2002
|
|
Re: Servlet and Applet Communication
|
Posted: Nov 24, 2002 3:03 PM
|
|
Hello, i'm having a similar but much simpler problem. under my tomcat "webapps" directory tree i have both /web that contains servlets and /beans that contain straight java class "bean" files. if i reference the "bean" classes' constructors and therefore the classes' variables and methods from any of the servlets. no problem here. but if i invoke an html file w/ <APPLET></APPLET> tags i get ClassNotFoundException. i get this error no matter where i place the applet class or how i package the applet class. i welcome all ideas, suggestions, rants or raves. thanx, david.
|
|