Are there any feature-wise comparable alternatives to JRebel? Even though it's not a very expensive piece of software I would be interested to hear about possible free alternatives.

link|improve this question

69% accept rate
feedback

4 Answers

I was also considering JRebel, the trial version worked very well, but like you I was hoping for a free, more open solution, especially since we needed multiple seat licenses which is a bit pricey.

But then I stumbled across the Dynamic Code Evolution VM which is a modification of the Java HotSpot VM that allows unlimited redefinition of loaded classes at runtime. So the approach is quite different from JRebel, it actually alters your VM when you install it - but you can easily uninstall it for the specific VM, so no harm will be done. Also, if you are installing it on Windows and get errors with user privileges, try running the cmd as administrator (this happened to me since I had the VM installed on the system drive).

I know JRebel is built to support specific frameworks etc., so I am not sure Dynamic Code Evolution will fit your need, but it is certainly worth a try if you are after a free open source solution. I have so far tested it with adding new and altering method signature as well as static constants, working great for me!

link|improve this answer
feedback

You can have a look in the FAQ where they explain that some alternatives exist, but are really less powerfull...

link|improve this answer
feedback

Javeleon seems to be another options:

http://javeleon.org/?features

link|improve this answer
Javeleon 1.5 suxx, couldn't get it to work with Tomcat 7 + Spring 3. Getting all kinds of java.lang.VerifyError. – rustyx Jan 26 at 20:08
feedback

Javeleon currently has no support for Java EE so that's kind of expected that it doesn't work in your setup. But stay tuned, Java EE is in planning. If you have a Java SE project please don't hesitate to try out Javeleon 2.0. It has significant improvements over the 1.5 release. Please also send any issues to support@javeleon.org. Thanks a lot.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.