web-inf
-->classes
-->com
-->oreilly
-->servlet
-->MultipartRequest.class
MultipartRequest is not a directory, it's a class,
I tried :
point classpath to c:\...\classes
>javac com.oreilly.servlet.MultipartRequest UploadTest.java
But it does not work.
>From: Nicholas Larsson <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: SV: SV: Compiling question ? Thanks
>Date: Thu, 22 Feb 2001 21:15:45 +0100
>
>OK if a class is in a package the directory stryuctur should look like the
>package.
>Directory structur should be:
>web-inf
> -->classes
> -->com
> -->oreilly
> -->servlet
> -->MultipartRequest
>
>point classpath to c:\...\classes
>compile with:
>javac com.oreilly.servlet.MultipartRequest.UploadTest.java
> :
>
>-----Ursprungligt meddelande-----
>Fr�n: A mailing list about Java Server Pages specification and reference
>[mailto:[EMAIL PROTECTED]]F�r sufi malak
>Skickat: den 22 februari 2001 20:46
>Till: [EMAIL PROTECTED]
>�mne: Re: SV: Compiling question ? Thanks
>
>
>No, you misunderstood my question, UploadTest.java is not in com, but in
>WEB-INF\classes
>
>
> >From: Nicholas Larsson <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages specification and
> > reference <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: SV: Compiling question ? Thanks
> >Date: Thu, 22 Feb 2001 20:36:40 +0100
> >
> >javac com.oreilly.servlet.MultipartRequest.UploadTest.java
> >if your class path is set
> >
> >nico
> >
> >-----Ursprungligt meddelande-----
> >Fr�n: A mailing list about Java Server Pages specification and reference
> >[mailto:[EMAIL PROTECTED]]F�r sufi malak
> >Skickat: den 22 februari 2001 20:16
> >Till: [EMAIL PROTECTED]
> >�mne: Compiling question ? Thanks
> >
> >
> >How can I compile UploadTest.java ?
> >
> >tomcat\webapps\myapplication\WEB-INF\classes\UploadTest.java
> >tomcat\webapps\myapplication\WEB-INF\classes\com
> >
> >The servlet UploadTest.java (from Java Servlet Programming, Jason Hunter)
> >start like this :
> >
> >import com.oreilly.servlet.MultipartRequest;
> >public class UploadTest extends HttpServlet {
> >........
> >
> >
> >
> >_________________________________________________________________
> >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
> >
> >===========================================================================
> >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
>
>===========================================================================
>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