Re: Recompiling a Java class

2014-01-09 Thread Jacob Goodson
Wow, what amazing timing! This is exactly what I was looking for, thank you very much! On Thursday, January 9, 2014 3:50:11 AM UTC-5, henry w wrote: > > Take a look at this: > http://z.caudate.me/dynamic-reloading-of-java-code-in-emacsnrepl/ > > I havent gotten around to looking into it myself

Re: Recompiling a Java class

2014-01-09 Thread henry w
Take a look at this: http://z.caudate.me/dynamic-reloading-of-java-code-in-emacsnrepl/ I havent gotten around to looking into it myself yet but it sounds like what you are after. On Thursday, January 9, 2014 4:43:07 AM UTC, Jacob Goodson wrote: > > I created a Java object which I called from a

Recompiling a Java class

2014-01-08 Thread Jacob Goodson
I created a Java object which I called from a clojure repl... it works great! As the project progresses I learn that my well thought out and amazing object sucks #$%^%$#%^... So I change the object a little then I recompile the object, expecting to see the updated changes in my repl of automag