Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool similar to Dynamic code evolution with java 7 support

I have been using the dynamic code evaluation for dynamic loading of my changed classes in my Jboss server ,

I have found this tool very helpful and interesting , but it have a problem that it works with jdk 1.6 , but As i am trying to use java 7 in my project it fails .

Can anyone suggest similar type of tool with java7 support

like image 636
Akshat Avatar asked Sep 07 '12 04:09

Akshat


1 Answers

I suggest using... the Dynamic Code Evolution VM for Java 7 :) The DCEVM web site is not up to date and the version available for download there doesn't work with the latest versions of Java 7. For some time the Mercurial repository contained a more recent version and it has been eventually forked on Github where binaries for Windows and Linux are provided. On Debian/Ubuntu DCEVM is also available after installing the openjdk-7-jre-dcevm package.

like image 129
Emmanuel Bourg Avatar answered Sep 29 '22 08:09

Emmanuel Bourg