Closed GoogleCodeExporter closed 9 years ago
A nice way to reload classes (without reloading the whole application) is
provided by
javarebel (http://www.zeroturnaround.com/javarebel/). Follow the javarebel
installation instructions and add s.th. like "-noverify
-javaagent:lib/javarebel.jar
-Drebel.dirs=target/classes" to the vm arguments of the run configuration of
run-jetty-run.
Cheers, Martin :)
Original comment by martin.grotzke
on 1 Mar 2009 at 10:34
Issue 7 (locking of static files) may be impacting you. Nonetheless, version
1.1 of
the plugin may address some of the problems you're encountering (it does for
me: when
I edit a Java source file in a project that my web app project depends on, the
JVM
picks up the changes right away). Of course, if the JVM can't handle hot
replace of
the change, then you're out of luck.
Please update this bug to let me know if the problem is resolved by 1.1.
Original comment by James.Sy...@gmail.com
on 4 May 2009 at 1:04
Original comment by tonylovejava
on 1 Jul 2011 at 8:34
Original issue reported on code.google.com by
mdie...@gmail.com
on 3 Sep 2008 at 9:47