To All,

I am running JavaWebServer 2.0 on Windows NT 4.0. I have a jsp file
(MainWindow.jsp) that has an applet (MainWindow.class) in it. This jsp file
and the applet are in the same directory (<JavaWebServer Installation
Root>\public_html). This applet is working fine when viewed by appletviewer
(appletviewer MainWindow.jsp). I am using swing components (JPanel, JTable
etc.) in the applet class.
My problem is when I am trying to call this JSP file from a client machine
with a url http://meghant.mycompany.com:8080/MainWindow.jsp it's unable to
load the applet but everything before and after the applet tag is coming
properly. When I'm moving the mouse over the empty applet on the browser on
the status line it's showing ClassNotFoundException javax/swing/JPanel. But
I have jave runtime 2.0 installed on the NT machine. When I change my applet
class to contain awt components instead of swing components, it's working
fine.
Do I have to set any classpath in the JavaWebServer and if so how do I do
that? Any help on that would be appreciated.

Thanks & Regards,
Amalendu Biswas


_____________________________________________________________
For Software jobs, resumes & free email Visit - http://www.hitechclub.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to