Thank you Ashish for your help!

I made the change to the CLASSPATH and edit the startsever.bat file. But I'm
still having the same problem. I've downloaded the JSWDK-1.0.1 AND
JDK-1_2_2_0 do I still have to download
TOMCAT to run the examples.

Thank you
anyone can help, again I'm new to JSP and Java.


-----Original Message-----
From: Ashish Bhatia [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 26, 2000 12:29 AM
To: [EMAIL PROTECTED]
Subject: Re: Starting Server


Hi,
Edit the startserver.bat file and make the following changes

set
CLASSPATH=%appClassPath%;%sysJars%;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\lib\dt.
jar;
set CLASSPATH=%CLASSPATH%;<path of your .class/bean files>\;<path of your
.JSP files>\;

Also, edit the stopserver.bat file and make sure that it looks like this

set appClassPath=.\classes;%appJars%
set cp=%CLASSPATH%

set CLASSPATH=%appClassPath%;%sysJars%

Now re-start the server...using startserver.bat

Hope this helps

Regards
Ashish

> ----------
> From:         anderson[SMTP:[EMAIL PROTECTED]]
> Reply To:     A mailing list about Java Server Pages specification and
> reference
> Sent:         Friday, May 26, 2000 3:37 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Starting Server
>
> Try include dot ( . ) in your classpath variable.
>
> anderson
>
> "Gomez, Anthony" wrote:
>
> > Hi All,
> >
> > I'm new to JSP. I just downloaded the JDK 1.2 and JSWDK to try some of
> the
> > DEMOS.
> > When I try to start the server by clicking on the STARTSEVER.BAT file. I
> get
> > the following error:
> >
> > The necessary packages not included in the classpath environment.
> >
> > Again I'm new to JSP can anybody help!
> >
> > Thank you in advance
> > Anthony.
> >
> >
> ==========================================================================
> =
> > 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

Reply via email to