Hi, guys.
I have a problem installing Cusp. I have installed Debian Lenny with
Eclipse 3.2.2. After I choose to update Eclipse with remote site:
http://www.sergeykolos.com/cusp/update (this update includes SBCL).
Then I installed SLIME from Synaptic package manager. Now when I set
LISP perspective in Eclipse I see errors with exceptions:
in REPL:
java.lang.NullPointerException
at jasko.tim.lisp.views.ReplView.getSwank(ReplView.java:153)
at jasko.tim.lisp.views.ReplView.createPartControl(ReplView.java:
322)
...
in Lisp Navigator:
java.lang.ClassNotFoundException:
jasko.tim.lisp.navigator.LispNavigator at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(
org.eclipse.osgi_3.2.2.R32x_v20070118.jar.so) ...
and so on... What's wrong? Thanks in advance.