I have setup vimclojure but am unable to start the REPL.

When I give the foll. "call vimclojure#Repl.New()" in vim I get the
foll. error:

Couldn't execute Nail! java.lang.NoClassDefFoundError: Could not
initialize class de.kotka.vimclojure.nails.Repl at
java.lang.Class.forName0(Native Method) at java.lang.Class.forName
(Class.java:169) at com.martiansoftware.nailgun.NGSession.run(Unknown
Source)

But, the REPL window does open up.  I then hit a "I" to go into insert
mode and type this: "(+ 2 3)" (ENTER key). But, nothing happens.

Is it because of the error above?

Thanks in advance.

Additional info:
vim version: 7.2.1 and vimclojure version: 2.1.1

The  classpath looks like this:
/home/user/clojure/clojure/clojure.jar:/home/user/clojure/clojure-
contrib/clojure-contrib.jar:/home/user/clojure/vimclojure-2.1.1/build/
vimclojure.jar and I have started the NailGun Server

my local.properties (for vimclojure) looks like this:
clojure.jar=/home/user/clojure/clojure/clojure.jar
clojure-contrib.jar=/home/user/clojure/clojure-contrib/clojure-
contrib.jar
nailgun-client=ng
vimdir=/home/user/.vim/plugin

my /etc/vim/vimrc (and /home/user/.vimrc) looks like this:
syntax on
filetype plugin indent on
let vimclojure#NailgunClient = "/home/user/clojure/vimclojure-2.1.1/
ng"
let g:clj_want_gorilla = 1




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to