Re: reload modified java class

2009-03-18 Thread Laurent PETIT
Hello, 2009/3/18 Victor Rodriguez > > On Wed, Mar 18, 2009 at 3:11 AM, linh wrote: > > > > Emacs and slime works fine for me, but I'm willing to try other > > alternatives. > > Thanks for the tip. > > You can launch clojure-swank from Eclipse, then you will have Emacs > *and* Java code reloadin

Re: reload modified java class

2009-03-18 Thread Victor Rodriguez
On Wed, Mar 18, 2009 at 3:11 AM, linh wrote: > > Emacs and slime works fine for me, but I'm willing to try other > alternatives. > Thanks for the tip. You can launch clojure-swank from Eclipse, then you will have Emacs *and* Java code reloading. Sorry, I don't have a link handy for instructions

Re: reload modified java class

2009-03-18 Thread linh
Emacs and slime works fine for me, but I'm willing to try other alternatives. Thanks for the tip. On 17 Mar, 23:02, Laurent PETIT wrote: > If you don't have a preferred environment right now, or if your preferred > environment is already Eclipse, you could try installing clojuredev. > > It provi

Re: reload modified java class

2009-03-17 Thread Laurent PETIT
If you don't have a preferred environment right now, or if your preferred environment is already Eclipse, you could try installing clojuredev. It provides a REPL on the standard java process console. This console can be started either in "Run" or "Debug" mode, so the reloading of java classes is d

Re: reload modified java class

2009-03-17 Thread linh
Well I was hoping that someone with more time and skills than me already did that. Thanks for the answers. On Mar 17, 8:14 pm, Stuart Sierra wrote: > On Mar 17, 4:46 am, linh wrote: > > > Is it possible to reload a modified Java class in REPL? > > You could write a custom ClassLoader to load (a

Re: reload modified java class

2009-03-17 Thread Stuart Sierra
On Mar 17, 4:46 am, linh wrote: > Is it possible to reload a modified Java class in REPL? You could write a custom ClassLoader to load (and then reload) your Java classes. Not impossible, but not trivial. -Stuart Sierra --~--~-~--~~~---~--~~ You received this me

Re: reload modified java class

2009-03-17 Thread Meikel Brandmeyer
Hi, Am 17.03.2009 um 09:46 schrieb linh: I want to use REPL to quickly test Java code. Is it possible to reload a modified Java class in REPL? I've searched this forum for answers but haven't found any. I'm not a Java expert, but I get that this is difficult. Maybe Java Rebel could help you h

reload modified java class

2009-03-17 Thread linh
Hello, I want to use REPL to quickly test Java code. Is it possible to reload a modified Java class in REPL? I've searched this forum for answers but haven't found any. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups