I'm pretty new to clojure development and I'm trying to work on some existing projects in emacs. The problem is, none of them have a project.clj file and I can't get an proper repl going. When I cider-jack-in, I get a working repl, but when I try to run any commands (C-c C-k/C-x C-e/etc) I get an error saying Could not locate lang__init.class or lang.clj on classpath. Are there any resources about how to make a clojure maven project to work with a lein repl?
Thanks.
EDIT: Additionally the project I'm working on is a nested project with multiple sub-projects with their own pom.xml. Any help on how such projects should be laid our to work with leiningen?
nreplusing Maven and connect from Emacs withcider-connect. Or maybe you can can convert a Maven project'spom.xmlto a Leiningenproject.cljwith github.com/thickey/lein-nevam. - Erwin Rooijakkerscider-connect, but for some reason it tells me that I don't have the correct version forcider-nrepl, which I can't figure out how to fix, and I can't compile/execute/etc and also I can't use theM-./M-,for symbol lookup. - marauder7cider-nreplin your~/.lein/profiles.clj. - Erwin Rooijakkers