HotswapAgent is a Java application which offers unlimited runtime class and resource redefinition for Java projects. Its main purpose is to avoid infamous _change -> restart&wait -> check development lifecycle. Save & Reload during development should be standard and many other languages (including C#).
Questions tagged [hotswapagent]
36 questions
0
votes
1 answer
Exceptions running HotswapAgent on tomcat spring project
Trying to set up HotSwapAgent for project (tomcat7-maven-plugin, spring 4.3.x, java 8)
basically according to example:
- installed DCEVM
- downloaded hotswapagent.jar
- run maven with vm options -XXaltjvm=dcevm…

Bublik
- 912
- 5
- 15
- 30
0
votes
1 answer
HotSwapAgent failed to convert filePath to classPathPath
i am trying to use the HotSwapAgent in our Project.
We are using a Wildfly 10.x and our Project is deployed as an exploded EAR in which there is an exploded war.
I've added the following JVM-options:
-XXaltjvm=dcevm…

antii
- 17
- 4
0
votes
1 answer
How to deploy Java service class (jar files) without restart wildfly server
I would like to know whether it's possible to deploy customized Java service class to activiti without restart the application server (wildfly in my case).
Currently, I have to put the jar to classes folder and then restart the whole server. I have…

Tonny Tc
- 852
- 1
- 12
- 37
0
votes
1 answer
Java detect that code has been hot swapped in
bizarre question - but I'm wondering how I'd write code to basically say "have any classes been hotswapped by intellij since I last checked"
why?
For evil historical reasons - the springcontext is taking 2-3 minutes to start up, which means if you…

Darren Oakey
- 2,894
- 3
- 29
- 55
0
votes
1 answer
Hotswap Agent, add New Classes
can I add new class on Hotswap Agent? I try changing name methods, body of methods, fields, and works fine, but when I add new class and call it on another the app crash, don do the content of that class and not show errors.
package test;
public…

user3550529
- 135
- 2
- 3
- 14
0
votes
1 answer
Error while installing Dynamic Code Evolution VM (DCE) with Java 8
I am running Ubuntu 17.04 (64-bit) with Java 8. I am facing following error while installing Dynamic Code Evolution VM (DCE) with Java 8.
Could not find data/64/lib/amd64/server/libjvm.so in jar-file.
I have tried to put amd64 libraries in…

Hushen Savani
- 346
- 6
- 18