- From: Yves Lafon <ylafon@w3.org>
- Date: Mon, 1 Feb 1999 14:54:39 +0100 (MET)
- To: Manfred Knobloch <manne@diff.uni-tuebingen.de>
- cc: www-jigsaw@w3.org
On Mon, 1 Feb 1999, Manfred Knobloch wrote:
> Hello,
> trying to install jigsaw2.0.1 on
>
> LINUX, jdk1.1.6 and on
> Windows NT, jdk 1.2
> i get the java.lang.NoClassDefFoundError: org/w3c/jigsaw/http/http.
>
> (On Windows NT, jdk1.1.3 it worked)
>
> What ist wrong?
It should be a CLASSPATH problem. The zip of classes is not in your
CLASSPATH=<instdir>/Jigsaw/classes/jigsaw.zip:.
export CLASSPATH
or
setenv CLASSPATH <instdir>/Jigsaw/classes/jigsaw.zip:.
(By default, linux distribution set the shell to bash so it should be the
first one)
Regards,
/\ - Yves Lafon - World Wide Web Consortium -
/\ / \ Architecture Domain - Jigsaw Activity Leader
/ \ \/\
/ \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Monday, 1 February 1999 08:54:47 UTC