From: <pet...@de...> - 2008-07-24 14:51:46
|
hi, I'm trying to compile some .scm files which reference Java classes, I'm getting the following error even though the classes reside in the same .jar as jscheme.REPL: (Error while compiling SchemeException: Can't find com.deltatheta.MyClass using [(#f "com.deltatheta.MyClass"), (#f "com.deltatheta.MyOtherClass")]) The error is being fired from the function (classNamed name) in Reflect.scm but I can't follow where this aims to find the class from, I'd be very grateful if someone could point me in the right direction. thanks Peter |