How do I fix the “out of environment space” errors when running Ant on Win9x/ME?
Location: http://www.jguru.com/faq/view.jsp?EID=544760 Created: Nov 11, 2001 Author: Erik Hatcher (http://www.jguru.com/guru/viewbio.jsp?EID=405274) Question originally posed by Vijay Balakrishnan (http://www.jguru.com/guru/viewbio.jsp?EID=521021 Add the following line to your config.sys file. SHELL=c:\windows\command.com c:\windows /P /E:nnnn Where nnnn is the number of kilobytes of environment space to be created. 4096 has been mentioned as a number that typically works for nnnn.