Hi all

I am trying to run jswdk on windows ME (millenium edition) and it doesnot
work. once i start the server i get to see just the class path and nothing
happens after that. An automatic window opens up showing the contents of a
folder called JAVA under my windows directory that I did not create. I tried
to understand the script in the autoexec.bat file and it said

:next
echo Using classpath: %CLASSPATH% ... the code is being executed to this step
and I guess NOT after that. This is the code after that part...

start java com.sun.web.shell.Startup %1 %2 %3 %4 %5 %6 %7 %8 %9
rem java com.sun.web.shell.Startup %1 %2 %3 %4 %5 %6 %7 %8 %9

rem clean up

set CLASSPATH=%cp%
set port=
set host=
set test=
set jsdkJars=
set jspJars=
set beanJars=
set miscJars=
set appJars=
set appClassPath=
set cp=

rem pause


can someone tell me what is missing.

thanks,
Kalyan

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

===========================================================================
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