Hello!

I'm absolute beginner in the field of functional programming and have some 
experience with Java, but it was long time ago.
Since I need to work with JVM and want to learn functional programming I've 
decided to use and learn Clojure.

Now to my problem:

I'm writing a small twitter client and I'd like to use clojure-twitter from 
http://github.com/mattrepl/clojure-twitter
I've created a clojure-twitter.jar and copied it to the current directory (to 
avoid classpath troubles). 
When I want to use the library with (require 'twitter) I get 
java.lang.NoClassDefFoundError: Could not initialize class twitter__init 
(NO_SOURCE_FILE:0)

So I guess the twitter class is not found. 
As you can see I have some basic problems with classpath's and which 
library/class to import.
Any recommendations how to tackle the issue?

Thanks,

Boštjan

<<inline: pastedGraphic.tiff>>

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