Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Installation : (Category) Win32 :
Out of environment space...
----------
From: Kurt Williams kwilliams@STERWENT.COM
To: SERVLET-INTEREST@JAVA.SUN.COM
Subject: Re: Off Topic: Out of environment space
Date: Mon, Mar 15, 1999, 1:57 PM

On Win 95 and Win 98, you have to change an environment variable.  The
problem is often caused by the long classpath variables commonly used in
java programs.  Add the following line to your CONFIG.SYS file and then
reboot your machine:

SHELL=c:\command.com c:\ /e:2048 /p

BTW, the /e:2048 indicates the number of bytes to allocate for
environment space.  If 2048 isn't enough, try /e:4096 or even higher.
This should fix your problem.

- Kurt W.
Subcategories:

Answers in this category:

[Append to This Answer]
Previous: (Answer) Apache JServ 1.0 beta 2 Installation Problems...
Next: (Answer) Win32 install problems...
This document is: http://java.apache.org/faq/?file=63
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.