It's not rudeness on MW's part but in fact yours and all who have kept an irrelevant thread running. This is for Servlets only let us try and keep the s/n ratio in check. Please see the following link.
http://forum.java.sun.com/ ~Tonia ----- Original Message ----- From: Leon Vermaak <[EMAIL PROTECTED]> Date: Monday, February 25, 2002 1:12 pm Subject: Re: classpath/servlet compilation error: javax package not found! > If you would please be so kind as to re-direct me to a list for > biginners it > would be appreciated. If you don't mind me saying out of all > people that > have replied on this list you have one the prize for rudeness. I > would also > gladly remove myself given that fact that the person hosting this list > server has a bit of a swelled head! > Thank you very much! > Martin Leon Vermaak > > ----- Original Message ----- > From: "Michael Weller" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 25, 2002 3:59 PM > Subject: Re: classpath/servlet compilation error: javax package > not found! > > > > hi! > > come on! that's basics! every question you asked is so basic > that the java > > tutorial (don't ask for the link now!!! how did you manage to > find this > > list?) will answer it, plus every question you'll have the next > few weeks. > > so read it! > > sorry that i'm rude but this is servlet-interest, not java- > beginner and > i'm > > sick of having my mailbox spammed with ... > > > > -mw > > > > At 13:02 25.02.2002 -0500, you wrote: > > >thanks, > > >So for each package I use I must set classpath each time? > > >Is there a way to somehow tell the compiler to make use of all > files in > some > > >folder example *.jar or *.*? > > >Thank you very much! > > > > > >----- Original Message ----- > > >From: "Markus Spath" <[EMAIL PROTECTED]> > > >To: <[EMAIL PROTECTED]> > > >Sent: Monday, February 25, 2002 12:53 PM > > >Subject: Re: classpath/servlet compilation error: javax package not > found! > > > > > > > > > > Leon Vermaak wrote: > > > > > > > > > > > > > How does the compiler find the javax.servlet.* classes > > > > > in the servlet.jar file... WHERE do you tell the compiler > to find > the > > >class > > > > > files or jar for that matter. > > > > > > > > > > > > this is the job of the classpath; > > > > > > > > if you call: > > > > javac -classpath C:\yourjars\servlet.jar > > > > for instance, all files contained in servlet.jar will be > visible to > the > > >compiler; > > > > > > > > if your classes reside in a dir called C:\yourclasses > > > > javac -classpath C:\yourclasses > > > > will make them visible to the compiler. > > > > > > > > you can add as many entries as you like, seperating them by ; > > > > > > > > hth, > > > > markus > > > > > > > > > > > >_______________________________________________________________________ ____ > > > > To unsubscribe, send email to [EMAIL PROTECTED] and > include in the > > >body > > > > of the message "signoff SERVLET-INTEREST". > > > > > > > > Archives: http: > > > > Resources: > http://java.sun.com/products/servlet/external-resources.html > > > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > > > > > > > > >_______________________________________________________________________ ____ > > >To unsubscribe, send email to [EMAIL PROTECTED] and include > in the > body > > >of the message "signoff SERVLET-INTEREST". > > > > > >Archives: http: > > >Resources: http://java.sun.com/products/servlet/external- > resources.html> >LISTSERV Help: > http://www.lsoft.com/manuals/user/user.html> > > > ________________________________________________________________________ ___ > > To unsubscribe, send email to [EMAIL PROTECTED] and include > in the > body > > of the message "signoff SERVLET-INTEREST". > > > > Archives: http: > > Resources: http://java.sun.com/products/servlet/external- > resources.html> LISTSERV Help: > http://www.lsoft.com/manuals/user/user.html> > > ________________________________________________________________________ ___ > To unsubscribe, send email to [EMAIL PROTECTED] and include in > the body > of the message "signoff SERVLET-INTEREST". > > Archives: http: > Resources: http://java.sun.com/products/servlet/external- > resources.htmlLISTSERV Help: > http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
