Open your autoexec.bat (mostly you can find it in the root directory of C:
drive and set your class path in it like
CLASSPATH = <your working directory containing classes>
Example
I want to include d:\projects directory to my classpath and there is a
classpath variable already in my system environment (e.g c:\somedir) then I
will apppend the path like this
classpath = c:\somedir;d:\projects;
----- Original Message -----
From: suresh <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 18, 2000 3:35 PM
Subject: Re: how set class path
> hi,
>
> how to set this in windows98/95.
>
> thx
> suresh
>
> Yasir Feroze Minhas wrote:
>
> > Go to start menu->Settings->Control panel and double click system icon.
It
> > will show you system properties. Choose Environment tab. Now if the
> > CLASSPATH (case does not matter) is already set in it then append you
> > directory path to it. If you have never set a classpath variable then
there
> > are two text boxes given at the bottom of this tag. Enter CLASSPATH in
first
> > text box and in the second enter the path to your directory. Click set
> > button and then click apply. You classpath is now set.
> >
> > Example
> > I want to include d:\projects directory to my classpath and there is a
> > classpath variable already in my system environment (e.g c:\somedir)
then I
> > will apppend the path like this
> > c:\somedir;d:\projects;
> >
> > hope this will help
> > regards
> > Y
> > c:\somedir
> >
> > ----- Original Message -----
> > From: Henki Lubis <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, July 17, 2000 1:44 PM
> > Subject: how set class path
> >
> > > guys .. i have some class files in a directory .. how can i set the
> > > directory into the class path .. so i can use the classes ??
> > >
> > > i am using APache and JRun ,, NT client and homesite allaire here ..
> > >
> > > a beginner
> > >
> > >
> >
===========================================================================
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > 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".
> > 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".
> 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".
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