Re: Call custom Clojure function with dependencies from Java

2017-12-29 Thread Pablo J. Villacorta
Looks like statement-checker is for objects, not for strings? I have a minimal working example here: https://github.com/olbapjose/xapi-clojure Regards and happy new year! El martes, 26 de diciembre de 2017, 17:37:54 (UTC+1), Gary Verhaegen escribió: > > On 26 December 2017 at 14:54,

Re: Call custom Clojure function with dependencies from Java

2017-12-26 Thread Pablo J. Villacorta
utomatically as long as all the namespace files can > be found on the classpath. > > I suspect that what you showed here is not the full error output, it seems > to be missing the information we would need to know what actually went > wrong here. > > On Sun, Dec 24, 2017 at

Call custom Clojure function with dependencies from Java

2017-12-24 Thread Pablo J. Villacorta
Hi all, I am totally new to Clojure. From Java I am trying to call a Clojure function which belongs to a wider project and has dependencies. I have compiled the Clojure project to an uber jar running lein uberjar, the imported the jar into my Java project, and then did IFn require = Clojure.va