I'm sure I'm doing something stupid but I can't start up gorilla.
Exception in thread "main" java.lang.NoClassDefFoundError: de/kotka/gorilla
Caused by: java.lang.ClassNotFoundException: de.kotka.gorilla
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Here is my script:
java -cp ~/share/clojure.jar:~/share/clojure-contrib.jar:~/share/gorilla.jar
de.kotka.gorilla
Gorilla is in my path:
$ ls ~/share/gorilla.jar
/home/bdoyle/share/gorilla.jar
No clue what is going on.
On Sat, Dec 13, 2008 at 8:10 AM, Meikel Brandmeyer <[email protected]> wrote:
> Hi,
>
> Am 13.12.2008 um 15:07 schrieb Randall R Schulz:
>
>> I installed a couple of new packages on my 10.3 box and
>> now "vim --version" reports +ruby, so I guess I can at least give it a
>> try there (that's not my primary box, though it is the faster one).
>>
>
> Unfortunately, vim by itself cannot do, what I need.
> There emacs is really better with its elisp. The Ruby
> interface is - well - also not very satisfactory, but it
> gets the job done. But one has to pass everything
> around as strings *ugh*, since the is no basic glue
> between Vim and the Ruby side. So it's currently a
> total mess. I'll try to clean that up for the next release....
>
> Sincerely
> Meikel
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---