This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using Kawa as a Scheme Agent in Madkit



Hi,


I'm trying to use KAWA as a SchemeAgent in Madkit (http://www.madkit.org).

When I try to create my SchemeAgent (using some JAVA), I get this error :

Exception in thread "main" java.lang.NoClassDefFoundError: gnu/expr/Interpreter
at Main.<init>(Main.java:33)
at Main.main(Main.java:39)


And if I take a look at gnu.expr in the kawa jar, there is nothing called Interpreter...

Madkit support is really poor, and it seems to be a Kawa problem so I'm trying here.

Thanks for any help.

Jean-François Lebeau



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]