cljfx

https://github.com/cljfx/cljfx
ahungry 2019-05-14T02:45:18.006800Z

Hey all

ahungry 2019-05-14T02:45:43.007400Z

I'm trying to load cljfx with lein in a project.clj, I added cljfx "1.2.9" and ran lein deps, but it didn't seem to pull anything in or run correctly

ahungry 2019-05-14T02:46:28.007800Z

user> (require 'cljfx.api)
         Execution error (FileNotFoundException) at user/eval7036 (form-init791934335820419215.clj:54).
         Could not locate cljfx/api__init.class, cljfx/api.clj or cljfx/api.cljc on classpath.

vlaaad 2019-05-14T12:16:59.009Z

Hi @m131, I answered you in issue you created, so an answer won't get lost here: https://github.com/cljfx/cljfx/issues/14#issuecomment-492212611

ahungry 2019-05-14T12:54:50.009400Z

Awesome thank you

ahungry 2019-05-14T12:55:23.009700Z

I will try shortly

Mitch 2019-05-14T15:35:47.010200Z

I think I had a similar issue when I tried the library out at first

Mitch 2019-05-14T15:36:07.010700Z

I will have to double check when I get home if it isn't solved by then

ahungry 2019-05-14T15:39:05.011400Z

Thanks, I updated ticker, but still a fail on my end

ahungry 2019-05-14T15:39:11.011700Z

Ticket*