Re: ClassNotFoundException: clojure.lang.AFunction on OS X

2015-11-17 Thread Phil Segal
It appears this is down to JavaFX. Having skipped the javaFX part, the system runs fine. On Tuesday, November 17, 2015 at 8:53:50 AM UTC, Phil Segal wrote: > > Hi > > I have found the cause this morning. The ContextClassLoader on the > currentthread was null. I managed to work around this by che

Re: ClassNotFoundException: clojure.lang.AFunction on OS X

2015-11-17 Thread Phil Segal
Hi I have found the cause this morning. The ContextClassLoader on the currentthread was null. I managed to work around this by checking for null and then setting it as the SystemClassLoader if needed. I am using lein 2.5.3, java 1.8.0_65. The ClassLoader issue only occurs on Mac, but there se

Re: ClassNotFoundException: clojure.lang.AFunction on OS X

2015-11-16 Thread Gary Verhaegen
I have no idea what this could be. Is there any chance you could build up a minimal-ish project that reproduces this ? I have been using Clojure on a Mac for years without any problem. Also, at much less effort on your part, could you post the Leiningen and JVM versions ? lein version should print

ClassNotFoundException: clojure.lang.AFunction on OS X

2015-11-16 Thread Phil Segal
We have been happily using clojure on windows and linux, today we tried to run on a MacBook Pro and ran into several issues. The current stopper is a CNFE as per the title (stack trace at the end). I have now replicated this on my personal Mac and seen the same behaviour. I can't find anything