how to require a library

2010-01-19 Thread Boštjan Jerko
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

Re: how to require a library

2010-01-19 Thread Richard Newman
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? Make sure you explicitly include clojure-twitter.jar on your classpath. The containing directory is not

Re: how to require a library

2010-01-19 Thread Boštjan Jerko
On 19.1.2010, at 19:53, Richard Newman wrote: Make sure you explicitly include clojure-twitter.jar on your classpath. The containing directory is not sufficient. How you do that depends on how you're invoking Clojure, and which OS you're using. Hi Richard, Thanks for the reply. I

Re: how to require a library

2010-01-19 Thread Sean Devlin
If you add the jar as a Netbeans lib, Enclojure should do the work for you. Make sure to start a project REPL. On Jan 19, 2:37 pm, Boštjan Jerko boje...@gmail.com wrote: On 19.1.2010, at 19:53, Richard Newman wrote: Make sure you explicitly include clojure-twitter.jar on your classpath.