Jigsaw install on Win98?

I'm having trouble installing/running Jigsaw on Windows 98.

I went to
	http://www.w3.org/Jigsaw/#Getting
and grabbed
	http://jigsaw.w3.org/Devel/Mirror/jigsaw_2.1.0.zip

and unpacked it into
	c:\jig21
and then went to
	http://www.w3.org/Jigsaw/Doc/User/installation.html

There it says
	Before reading further make sure: 
		[...]
		That you have downloaded any implementation of Java for your
		platform (JDK1.1.x or JDK1.2) 

well... I haven't downloaded any implementation of Java for my platform,
but Win98 has a java implementation, so I'm trying that out. Is it known
to work or to not work?

I wonder if it would be better to split the installation documentation
into
one page for unix and another for windows.

Then it says:

	set
CLASSPATH=INSTDIR\Jigsaw\classes\jigsaw.jar;INSTDIR\Jigsaw\classes\sax.jar;INSTDIR\Jigsaw\classes\xp.jar;.

I guess that means to start an MS-DOS window and type it in there, but
you
could say that in the documentation. I started an MS DOS window and
pasted that in there and tried to edit it, but the MS DOS command line
doesn't support editing! I think you should write it as:

set INSTDIR=<your_install_dir>
set
CLASSPATH=$INSTDIR\Jigsaw\classes\jigsaw.jar;$INSTDIR\Jigsaw\classes\sax.jar;$INSTDIR\Jigsaw\classes\xp.jar;.

so that folks can copy and paste easier.

So anyway... now I have:

CLASSPATH=c:\jig21\Jigsaw\classes\jigsaw.jar;c:\jig21\Jigsaw\classes\sax.jar;c:\jig21\classes\xp.jar;.

in my environment, and I try the next step:

	java Install

but it can't find 'java' so I try:

	jview install

and I get:

                Jigsaw/2.1.0 setup.

updating C:\jig21\Jigsaw\Jigsaw\config\http-server.props ... done.
updating C:\jig21\Jigsaw\Jigsaw\config\admin-server.props ...done.

Installation complete with 0 warning.

type 'java org.w3c.jigsaw.Main -root C:\jig21\Jigsaw\Jigsaw' to launch
Jigsaw.

type 'java org.w3c.jigadmin.Main -root C:\jig21\Jigsaw\Jigsaw
http://localhost:8009' to launch the new JigAdmin tool.
type 'java org.w3c.jigadm.Main -root C:\jig21\Jigsaw\Jigsaw
http://localhost:8009' to launch the old JigAdmin tool (If you do not
have JDK1.2)


Hmm... I see in the installation instructions:
	java org.w3c.jigsaw.Main -host host -root INSTDIR\Jigsaw\Jigsaw

so I try:
	jview org.w3c.jigsaw.Main -host thinker.ods.org -root
c:\jig21\Jigsaw\Jigsaw

and I get:

	unknown option: [-host]

so I try without -host:

	jview org.w3c.jigsaw.Main -root c:\jig21\Jigsaw\Jigsaw

and I get:

loading properties from: c:\jig21\Jigsaw\Jigsaw\config\server.props
org.w3c.tools.resources.serialization.SerializationException: Unable to
intantiate : com.jclark.xml.sax.Driver
        at
org/w3c/tools/resources/serialization/xml/XMLSerializer.getParser
        at
org/w3c/tools/resources/serialization/xml/XMLSerializer.readAttributeHolders
        at
org/w3c/tools/resources/store/ResourceStoreManager.loadNewEntriesIndex
        at org/w3c/tools/resources/store/ResourceStoreManager.<init>
        at org/w3c/jigsaw/http/httpd.initializeResourceSpace
        at org/w3c/jigsaw/http/httpd.initialize
        at
org/w3c/jigsaw/daemon/ServerHandlerManager.launchServerHandler
        at org/w3c/jigsaw/daemon/ServerHandlerManager.<init>
        at org/w3c/jigsaw/daemon/ServerHandlerManager.main
        at org/w3c/jigsaw/Main.main

and it hangs, so I hit ctrl-c

I don't see any other options to try. Help?

-- 
Dan Connolly
tel:+1-512-310-2971
http://www.w3.org/People/Connolly/

Received on Saturday, 25 December 1999 11:37:46 UTC