- From: Yves Lafon <ylafon@w3.org>
- Date: Wed, 29 Dec 1999 01:49:42 +0100 (MET)
- To: Michael Crowl <octopus@serv.net>
- cc: Jigsaw Mailing List <www-jigsaw@w3.org>
On Tue, 28 Dec 1999, Michael Crowl wrote: > I'm assuming this is related to my classpath declaration, but I've tried > a number of different iterations and it's making me NUTS. Running on > Win95, using JDK 1.2.2. I originally had a successful install of 2.0.3 > - foolishly decided to try installing 2.1.0, JigAdmin kept hanging, > couldn't reindex files, serving up partial pages, etc., so I decided to > clean it out and reinstall 2.0.3. > > My current CLASSPATH declaration in autoexec.bat (which seems to take me > farther than others): > > SET > CLASSPATH=\\Jigsaw\\classes\\jigsaw.zip;\\jdk1.2.2\\javamail-1.1.2\\mail.jar;\\jdk1.2.2\\jaf-1.0.1\\activation.jar;\\jdk1.2.2\\servletapi2.1.1\\servlet.jar;. > > When I attempt to run the install.bat, I get: > > =========== > C:\Jigsaw\Jigsaw>jview Install > Microsoft (R) Command-line Loader for Java (tm) Version 1.00.6211 > Copyright (C) Microsoft Corp 1996. All rights reserved. > Jigsaw/2.0.3 setup. > > ERROR: java.lang.NoSuchMethodError: java/io/File: method > getCanonicalPath()Ljava > /lang/String; not found > =========== Hum really strange, try to edit the script and replace by "java", it should work. > When I attempt to run a straight "java Install" from the cmdline, I get: > > =========== > C:\Jigsaw\Jigsaw>java Install > Jigsaw/2.0.3 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) > =========== Hum... can you modify the CLASSPATH so that the drive is added? C:\\Jigsaw\classes\jigsaw.zip... also, did you resintall everything, ie are the zips at the right place? As jigsaw 2.1.0 has jigsaw.jar instead of jigsaw.zip (A typo is so easy to make :( ). Hope this helps, > > Joyeux Noel and all that! Thanks, and bonne annee! /\ - Yves Lafon - World Wide Web Consortium - /\ / \ Architecture Domain - Jigsaw Activity Leader / \ \/\ / \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Tuesday, 28 December 1999 19:48:17 UTC