re: http://www.assembla.com/wiki/show/clojure/Getting_Started_with_Emacs


"""java -cp path/to/clojure.jar clojure.main"""

this suggestion fails:

metap...@locohost:~/prg/tmp$ java -cp /home/metaperl/.clojure/clojure
clojure.main
Exception in thread "main" java.lang.NoClassDefFoundError: clojure/main
Caused by: java.lang.ClassNotFoundException: clojure.main
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: clojure.main.  Program will exit.
metap...@locohost:~/prg/tmp$

by the way, clojure.el does not have complete usage instructions in
it, particularly the need to set the inferior-lisp-program correctly.

I thought it was standard practice to include complete install instructions.

-- 
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