- From: Brooks, Thomas <Thomas.Brooks@appnet.com>
- Date: Thu, 31 Aug 2000 13:53:29 -0400
- To: www-jigsaw@w3.org
Yves and Milin, The command interpreter under Win95, command.exe, may have too little space for the environment variables you have defined. I've forgotten what the default is set at. Here's a help listing for the command interpreter: C:\WINNT\system32>command /? Starts a new instance of the MS-DOS command interpreter. COMMAND [[drive:]path] [device] [/E:nnnnn] [/P] [/C string] [/MSG] [drive:]path Specifies the directory containing COMMAND.COM file. device Specifies the device to use for command input and output. /E:nnnnn Sets the initial environment size to nnnnn bytes. /P Makes the new command interpreter permanent (can't exit). /C string Carries out the command specified by string, and then stops. /MSG Specifies that all error messages be stored in memory. You need to specify /P with this switch. Notice the /E:nnnnn parameter. Try starting a command shell with /E:32000, run the install script, and see if it corrects the problem. Best regards, Tom ----------------------------- Tom Brooks Senior Systems Architect Laurel Division AppNet, Inc. <http://www.appnet.com/> -----Original Message----- From: Yves Lafon [mailto:ylafon@w3.org] Sent: Thursday, August 31, 2000 1:26 PM To: milin patel Cc: www-jigsaw@w3.org Subject: Re: jigsaw query On Thu, 31 Aug 2000, milin patel wrote: > hello, > > when i am trying to install jigsaw on win95 i am getting and error as > follows > > C:\Jigsaw\scripts>set > CLASSPATH=Jigsaw;..\classes\jigsaw.jar;..\classes\xp.jar;. > .\classes\sax.jar;..\classes\servlet.jar;. > Out of environment space > > C:\Jigsaw\scripts>cd ..\Jigsaw > > C:\Jigsaw\Jigsaw>java Install > Jigsaw/2.1.2 setup. > > updating C:\Jigsaw\Jigsaw\config\http-server.props ... Exception in thread > "main > " java.lang.NoClassDefFoundError: org/w3c/jigsaw/http/httpd > at Install.install(Install.java:133) > at Install.main(Install.java:209) > > C:\Jigsaw\Jigsaw>cd .. > > C:\Jigsaw>pause > Are you using the install.bat file provided? There is something strange there, the Out of environment space which seems to be win95 related, but I don't know how to fix this... Regards, /\ - Yves Lafon - World Wide Web Consortium - /\ / \ Architecture Domain - Jigsaw Activity Leader / \ \/\ / \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Thursday, 31 August 2000 13:55:00 UTC