I'm trying to use the HotSwapAgent plugin in IntelliJ. So, I have set as "agent path" the path of hotswap-agent.jar
(found in the Trava Open JDK folder) that I downloaded from here. But as you can see here, I get the following error:
DCEVM installation not found for JDK specified for the current project. You should download and install it.
However, the download link redirects here, where there are installers only up to version 8 (which seems reasonable to me since the Trava Open JDK 11 I'm trying to use is already patched and includes its own agent.
So, what am I missing here?