The JAVA_HOME path should be C:\jdk1.3;


----- Original Message -----
From: Ansar Blakqori <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 27, 2000 3:54 PM
Subject: urgent-install jsp problems


> Hi there
>
> I have this problem
>
> I have installed the following :
> My java is on C:\jdk1.3\bin
> My java ent is on C:\j2ee\bin
> My java jsp is on C:\JSWDK-1.0.1\
>
> According to instructions I have added the following in
autoexec.bat(win98):
>
>
> mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi)
> mode con codepage select=850
> keyb uk,,c:\windows\COMMAND\keyboard.sys
> set CLASSPATH = C:\jdk1.3\lib\tools.jar
> set JAVA_HOME=C:\jdk1.3\bin
>
> But when i go to C:\jswdk-1.0.1\ and execute the command: startserver.bat
>
> I receive this error:
>
> sun.tools.javac.Main
>
> Quite often this warning is the result of not including the necessary
packages in the CLASSPATH enviroment which used to invoke
com.sun.web.shell.Startup. This can be corrected by adding the following
> For JDK 2.1.X on windows you add:
>
> %CLASSPATH=[jdkHome]\lib\tools.jar;%CLASSPATH%
>
> I do not know what's wrong.
> Do I have to edit the startserver.bat and change anything
> Do I have to edit the autoexec.bat differently and how
> By the way my C:\JDK1.3\BIN is working just fine
> What do I have to do to get the jsp server up and running
> Is there any useful book on learning jsp
>
> How can i view http://localhost:8080/
> It is not working and how can view the index page and the result of jsp
work
>
> Regards
> Ansar
> Please help because i want to get jsp running quickly
> Thanks
>
>
===========================================================================
> 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