Fork me on GitHub
#vim
<
2016-10-02
>
chrisetheridge15:10:23

whenever i try anything related to fireplace, besides :Connecting, i get a java.lang.ClassNotFoundException error, and no other info?

chrisetheridge15:10:27

am i doing something wrong?

chrisetheridge15:10:21

i’ve connected to the repl using :Connect, and i have cider-nrepl, latest snapshot version, in my ~/.lein/profiles

chrisetheridge16:10:21

the repl i’m running on is also just a bare repl in a random dir. no cljs in the mix

chrisetheridge16:10:31

even :echo fireplace#client() gives me the same error

chrisetheridge16:10:21

also, when i do :Connect, it says it was connected to localhost:53979

chrisetheridge16:10:01

okay, so trying in a project directory, it worked

chrisetheridge16:10:09

i also added classpath.vim as a plugin, not sure if that’s neede

dominicm17:10:16

I don't use classpath or salve. I find them really slow. I almost always have a repl connected.

chrisetheridge17:10:17

hm, maybe it was the project problem. let me remove classpath and salve

chrisetheridge17:10:46

yep! seemed to be a problem with running a ‘bare’ repl. running a repl inside a proper lein project is working fine