Open VTommy opened 5 years ago
me too
Same here.
The same with DCEVM-11.0.5+5
This seems to be caused by file structure changes in the upstream project and the corresponding Java code does not reflect these changes (it seems the paths in ConfigurationInfo
are not correct anymore), so these calls to installation
seem to cause the issue: https://github.com/dmitry-zhuravlev/hotswap-agent-intellij-plugin/blob/81d77836f15374fa288db83d81f7a3cf8e79252d/src/com/hotswap/agent/plugin/util/DCEVMUtil.kt#L49-L50
One workaround would be to just run installation.versionDcevm
and versionDcevmAltjvm
and catch any exceptions, as they run java
directly and use DCEVM-related output.
Ran into this myself just now, is there any hope for JDK11 support?
try
add VM Option -XX:HotswapAgent=fatjar
Ignore DCEVM installation not found: HotSwap will not work. Download and install DCEVM.
Although DCEVM is successfully installed in my machine. And the Project SDK has been set to DCEVM But the how swap agent still cannot detect DCEVM with version
11.0.1+8
Any ideas?