How to reload changes / HotSwap reload classes without IDE

512 Views Asked by At

Currently my setup consists of vim and a separate terminal window running Gradle tasks.

I want to know if its possible to trigger a reload / recompile changes classes actions for a Gradle daemon so that DCEVM can detect them and reload them.

1

There are 1 best solutions below

0
skybber On

You can use HotswapAgent and autoHotswap=true, look at http://hotswapagent.org/mydoc_configuration.html.