Well, I use JRebel every day for the server I own, I love the ability of adding new features and never having to restart the server. Now that JRebel social is gone, is their other free alternatives to JRebel that do the exact same thing JRebel does? For Java 7+
Asked
Active
Viewed 3,395 times
3
-
4JRebel Social isn't gone. It is migrated to my.jrebel.com – Anton Arhipov Aug 21 '12 at 07:39
1 Answers
3
You can consider to use this: Dynamic Code Evolution VM
I've used it a little when it was with Java 6 I guess, have no idea whether it works with Java 7 as well though

Mark Bramnik
- 39,963
- 4
- 57
- 97
-
-
DCEVM works with Java 7 too. See http://stackoverflow.com/questions/7998669/redeploy-alternatives-to-jrebel/7999973#7999973 – Emmanuel Bourg May 02 '13 at 08:29
-
Also have a look at [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent), it builds on DCEVM to create something similar to JRebel – Florian Nov 12 '14 at 15:58