Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there other programs like JRebel? [duplicate]

Tags:

java

jrebel

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+

like image 469
Jonathan Beaudoin Avatar asked Sep 17 '25 04:09

Jonathan Beaudoin


1 Answers

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

like image 169
Mark Bramnik Avatar answered Sep 18 '25 19:09

Mark Bramnik