On Sat, Dec 13, 2008 at 11:17 AM, Brian Doyle <brianpdo...@gmail.com> wrote: > 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.
I wonder, did you set the clojure.jar and clojure-contrib.jar properties when building gorilla? If not, the AOT compilation of gorilla wouldn't have run and you wouldn't have a class file for it. That's all I can think of. Regards, - J. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---