I'm having problems setting up my environment so I can run
"Startserver.bat".  I have downloaded JDK 1.3 and set up it up to run on my
NT machine at work.  What I'm trying to do is set it up for my Windows 98
machine at home but I get a "Out of environment space, using classpath;"
message.  I have altered my autoexec.bat file to include
"path=%path%;C:\jdk1.3\bin" and I have altered my startserver.bat file to
include

"set sysJars=C:\jdk1.3\lib\tools.jar
set appClassPath=.\classes;%appJars%
set cp=%CLASSPATH%
set CLASSPATH=%appClassPath%;%sysJars%"

Is this wrong?  If someone is running this on their Windows 98 machine
please let me know what you put in your autoexec.bat and startserver.bat
files to get this to work.

If no one has any suggestions should I download another product like Tomcat?

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

Reply via email to