This is the mail archive of the kawa@sourceware.cygnus.com 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]

continued troubles migrating from 1.6.1


I am still at a loss...

Trying to call kawa . standard . registerEnvironment ()

Getting a runtime error of java.NoSuchMethodError

If I catch the exception and call GetLocalizedMessage, the messages is:

kawa.standard.Scheme: method registerEnvironment()V not found

I'm assuming the V following registerEnvironment() is part of the mangled
name, but not sure why it looks like that.

After catching, I continue with:

myInterpreter = ( Scheme ) Interpreter . getInterpreter ();

which returns null...

Totally stuck.

Thanks for any ideas!

Paul


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