LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 47 forks source link

allow java opts to be set when invoking clojure client #15

Closed cldwalker closed 10 years ago

cldwalker commented 10 years ago

While trying to use the slamhound plugin, I came across this issue which requires changing the jvm opts. This will allow others to set their jvm opts if desired

ibdknox commented 10 years ago

That is just for the thing that starts a repl process. So the actual process will pickup whatever you have in your project.clj for java opts.

cldwalker commented 10 years ago

Ah, that makes more sense