This is the mail archive of the
kawa@sources.redhat.com
mailing list for the Kawa project.
Re: Kawa build problem
- To: Chris <chris at bitmead dot com>
- Subject: Re: Kawa build problem
- From: Per Bothner <per at bothner dot com>
- Date: Thu, 08 Nov 2001 23:29:42 -0800
- CC: kawa <kawa at sources dot redhat dot com>
- References: <3BEB8139.4050204@bitmead.com>
Chris wrote:
> java kawa.repl -d ../.. \
> -P `echo kawa-lib|sed -e s/-/./g`. --module-static -C
> std_syntax.scm reflect
> ion.scm syntax.scm lists.scm thread.scm characters.scm files.scm
> keywords.scm po
> rts.scm misc.scm numbers.scm strings.scm vectors.scm uniform.scm
> system.scm trac
> e.scm windows.scm
> Exception in thread "main" java.lang.NoClassDefFoundError:
> gnu/kawa/functions/Di
> splayFormat
> at kawa.standard.Scheme.<clinit>(Scheme.java:816)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:120)
> at gnu.expr.Interpreter.getInstance(Interpreter.java:74)
> at kawa.repl.getInterpreter(repl.java:136)
> at kawa.repl.main(repl.java:230)
What does "java" run? If Sun's JDK, which version?
What is your platform (operting system etc)?
--Per