Thanks Meikel, removing the ~'s worked. Oh and thanks for vimclojure and gorilla!
On Sat, Dec 13, 2008 at 9:28 AM, Meikel Brandmeyer <m...@kotka.de> wrote: > Hi, > > Am 13.12.2008 um 17:17 schrieb Brian Doyle: > > Here is my script: >> >> java -cp >> ~/share/clojure.jar:~/share/clojure-contrib.jar:~/share/gorilla.jar >> de.kotka.gorilla >> > > I can reproduce the issue. The ~ is a shellish feature > from Unix. It is only expanded at the start of a word. > So the first ~ in your -cp argument is probably expanded > while the others are not. Hence it doesn't find the > gorilla.jar, since the JVM sees ~/share/gorilla.jar. > When opening this "file", the system says: "Dunno. > Never heard that name." So the class is not found. > Convert all ~ in your classpath to absolute (or relative) > paths and it works. > > Sincerely > Meikel > > --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---