try looking up 'environment variables' in your documentation, or try
searching for 'CLASSPATH' in the sun forums. or check the faq for this
list--it may help..

classpath tells your compiler where your classes are, e.g. classes.jar,
tools.jar, servlet.jar so that when you compile something with an 'import'
statment the system knows where to go to find it.  in unix you simply type
CLASSPATH='...' (then check it with echo $CLASSPATH) and under nt you set it
in the environment tab of system properties (which you access by right
clicking 'my computer' and selecting properties).

you must also set the classpath for any servlet container you are using.
check to docs..

it is recommended that you not use a system classpath, however, but that you
specify classpath at the command line when you compile..

bradley mclain

>From: lena <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>        Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Date: Sun, 26 Mar 2000 14:20:41 +0800
>
>Who can tell me what's mean of CLASSPATH?
>How  i set it on NT4?
>
>        Thanks
>                                        lena

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
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

Reply via email to