How to Integrate DCEVM code hot-swapping with Hybris Platform
  Are you tired of restarting Hybris Platform everytime you change some Java code? Don’t worry, it happens to everyone. The good news is, there are tools available in the market which allow hot-swapping Java code in runtime(No need to redeploy). Like  Jrebel ,  dcevm  etc.   Well, Jrebel is very good tools, having many features, but everyone can't afford it(Not free!!). If you are an open sourcist (like me), go with open source DCEVM (Dynamic Code Evolution VM).    Continue reading this post if you are looking for   How to integrate DCEVM with Hybris Platform?   JRebel alternatives for SAP Hybris   Java code hot-swapping in Hybris    Although, this is documented in  help.hybris , here I'm elaborating exact steps/commands, which I've followed to configure DCEVM in my windows system.   1. Download DCEVM   Download the latest release of  DCEVM jar .      There are two modes to install the DCEVM   Enhanced Debugger (I'm going to configure this here)  ...