On Wed, 17 Aug 2005 14:52:48 -0400
"Chang Li" <cha...@ho...> wrote:
> The Jacl1.3.2 with JDK1.5 on msys Windows XP.
> make install generated errors:
>
> Exception in thread "main" java.lang.NoClassDefFoundError: tcl/lang/Shell
> Exception in thread "main" java.lang.NoSuchMethodError:
> tcl.lang.Interp.setVar(
> Ljava/lang/String; Ljava/lang/String;I)V at
> tcl.lang.Shell.main(Shell.java:76)
Could this have been caused by running configure without a --prefix
argument? A user ran into the problem and posted a note about it
on tcljava-user recently. The fix is to pass --prefix=/usr/local or
whatever to the configure script.
Mo DeJong
|