Thank - That fixed the problem - I was using an example from "Clojure
Programming" (P 328) and they didn't use square braquets - probably a typo ?
Ronan
On Mon, May 5, 2014 at 10:50 PM, Jason Felice wrote:
> The form should be:
>
> (:import [org.sat4j.core Vec]) ; note the square braces.
>
The form should be:
(:import [org.sat4j.core Vec]) ; note the square braces.
On Mon, May 5, 2014 at 3:29 PM, Ronan BARZIC wrote:
> Hi,
>
> I'm trying to use the SAT4J java library (http://www.sat4j.org) from
> Clojure.
> I've create a clojure app with "lein new app sat4j-app"
>
> I've edited t