On Sat, Dec 29, 2012 at 7:12 PM, Alice <dofflt...@gmail.com> wrote: > I'm using emacs with inferior-lisp setup to use lein repl. Everything > works fine, but when I start the repl, I see two java.exe processes on > my windows task manager. > > Is this normal behavior? Why two java processes not one are needed?
This is normal. Two processes are needed because one is running Leiningen and one is running your project. They need to be isolated so Leiningen's own dependencies don't interfere with your project. However, it's possible to allow Leiningen's JVM to exit before launching your project; try `lein trampoline repl` for that. (I'm not sure how well this works on Windows though.) -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en