Tag: agent

Hotswap for Java using DCEVM+Hotswap Agent

Here is an opensource setup that does the job as JRebel which offcourse is not free. Download HotswapAgent latest release from this url https://github.com/HotswapProjects/HotswapAgent/releases Download DCEVM jar from the following url https://github.com/dcevm/dcevm/releases Install DCEVM as an administrator java -jar DCEVM-light-8u112-installer.jar Create a new run configuration in intelliJ with following VM option -XXaltjvm=dcevm -javaagent:C:\Dev\sw\HotswapAgent-0.3\hotswap-agent.jar -Xms1G -Xmx5G
Read More »