Ok lets get things done. So all your class files are in the
c:\classes\com\oreilly\servlet. Is that true? If it is then set the class
path to c:\classes. (without the . at the end) You do not have to enter the
whole class path. If you set the class path to
c:\classes\com\oreilly\servlet then the java compiler will try to look at
the c:\classes\com\oreilly\servlet\com\oreilly\servlet.
  Try to set the classpath to c:\classes and tell us what happens.


>From: fau k <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: com.oreilly.servlet problem
>Date: Thu, 21 Dec 2000 09:44:25 -0800
>
>Hi,
>
>Thanks for your kind reply. I am using JSWDK-1.0.1
>
>Thanks,
>Malla Reddy
>
>
>>From: Panos Konstantinidis <[EMAIL PROTECTED]>
>>Reply-To: A mailing list about Java Server Pages specification and
>>     reference <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: com.oreilly.servlet problem
>>Date: Thu, 21 Dec 2000 09:23:22 -0800
>>
>>You have to tell us what JSP engine you are using. Each JSP engine has
>>different directories for the class files. If you are using Tomcat put
>>them
>>in the "webapps" directory. If you are using JRun put them in the
>>"servers"
>>directory.
>>
>>  Hope this helps
>>
>>
>>>From: fau k <[EMAIL PROTECTED]>
>>>Reply-To: A mailing list about Java Server Pages specification and
>>>     reference <[EMAIL PROTECTED]>
>>>To: [EMAIL PROTECTED]
>>>Subject: com.oreilly.servlet  problem
>>>Date: Thu, 21 Dec 2000 09:17:10 -0800
>>>
>>>Hi,
>>>
>>>
>>>I am  com.oreilly.servlet package  for upload a document.  When I unzip
>>>it
>>>unziping into local drive with classes directory..
>>>
>>>
>>>I am setting the classpath to c:\classes\com\oreilly\servlet  but it is
>>>not
>>>working .. I am trying in different ways.. but there is no luck..
>>>
>>>
>>>I put the jar file cos.jar file in the C:\jdk1.3\jre\lib\ext this is also
>>>not working..
>>>
>>>
>>>so  I move all classes files to c:\com\oreilly\servlet and I put this in
>>>classpath also it is not working .. it is giving same bellow error..
>>>
>>>where I am doing mistake..  Please any one worked in oreilly package
>>>please
>>>help, I will appricate u..
>>>
>>>Please help me..
>>>
>>>java.lang.NoClassDefFoundError: com/oreilly/servlet/MultipartRequest
>>>        at java.lang.Class.newInstance0(Native Method)
>>>        at java.lang.Class.newInstance(Unknown Source)
>>>        at
>>>com.sun.web.core.ServletWrapper.loadServlet(ServletWrapper.java:100)
>>>        at
>>>com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:119)
>>>        at
>>>com.sun.web.core.InvokerServlet.service(InvokerServlet.java:168)
>>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
>>>        at
>>>com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
>>>        at com.sun.web.core.Context.handleRequest(Context.java:414)
>>>        at
>>>com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139
>>>
>>>
>>>Thanks & Regards,
>>>Malla Reddy Choodi
>>>
>>>
>>>_________________________________________________________________
>>>Get your FREE download of MSN Explorer at http://explorer.msn.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
>>
>>_________________________________________________________________________
>>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.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

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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