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.
feedback
|
|
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! | |||
|
feedback
|
|
You can have a look in the FAQ where they explain that some alternatives exist, but are really less powerfull... | |||
|
feedback
|
|
Javeleon seems to be another options: | |||
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. | |||
|
feedback
|