Newbie: IllegalAttributeAccess in 2.0.3

Maybe this saves time to any other newbies ...
... or someone might fix it ...

Running JigSaw 2.0.3 on NT.
The jigsaw.bat file that is intended to start the server issues the
command

java -classpath ..\classes\jigsaw.zip; org.w3c.jigsaw.Main -root
..\Jigsaw

When surfing around the local web-pages (somewhere under WWW), clicking
on any link produces the following message:

org.w3c.tools.resources.IllegalAttributeAccess: Illegal attribute value
null for frames
        void org.w3c.util.CachedThread.run()

The followed web-page takes minutes to load.

Took me hours to realise that if you start Jigsaw with an absolute path,
everything works like a charm:

java -classpath ..\classes\jigsaw.zip; org.w3c.jigsaw.Main -root
c:\home\Java\Jigsaw\Jigsaw



Gerhard Fetty

Received on Tuesday, 9 November 1999 06:11:46 UTC