Also you generally don't invoke the clojure jar directly. Instead have lein 
do that for you. 
http://www.unexpected-vortices.com/clojure/brief-beginners-guide/development-env.html#clojure-projects

On Thursday, May 10, 2012 4:53:51 AM UTC-4, Zeno wrote:
>
> Hi, 
> I have downloaded and unzipped Clojure 1.4.0 but when trying "java -cp 
> clojure-1.4.0.jar clojure.main" as stated on the getting started page 
> I get the following. 
>
> D:\Profiles\rcarthur\My Documents\Clojure1_4\clojure-1.4.0>java -cp 
> clojure-1.4.0.jar 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:200) 
>         at java.security.AccessController.doPrivileged(Native Method) 
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:307) 
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: 
> 301) 
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:252) 
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 
> 320) 
> Could not find the main class: clojure.main.  Program will exit. 
>
> Any clues as to what I might be doing wrong? 
>
> Regards

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