Top "Hotswap" questions

"Hotswap" or "Hotswapping" refers to dynamically replacing a class implementation during the runtime of an application.

Redeploy alternatives to JRebel

JRebel allows for newly compiled code to be redeployed without restarting the application. I am wondering if there are any …

java jrebel hotswap
How to enable Intellij hot code swap

Intellij does not seem to be doing basic hot code swap on my installation. For this code: public class MainTest { …

intellij-idea hotswap
spring boot hotswap with Intellij IDE

I have a spring boot application running fine with Intellij IDE. i.e i started the Application class that has …

intellij-idea spring-boot hotswap
Change a method at runtime via a hot swap mechanism

Assume we have a trivial Java program that consists of just one class: public class HelloWorld { private static void replacable(…

java runtime hotswap
'Hot code replace' not working -- Eclipse doesn't change any code on JBoss

I'm currently experiencing a problem with 'hot code replace' not working on Eclipse Galileo and JBoss 4.2.3. Among other applications I'm …

java eclipse jboss remote-debugging hotswap
What does "Hot Swap error" with IntelliJ (in Java) mean?

I have no idea what a hot swap is and for the life of me cannot construct a google search …

java intellij-idea hotswap
Hot Deploy JSP after modification with Intellij 10.X and tomcat 6.X

I have a Hello-World application with one java class and one jsp. The JSP prints out some text that is …

java jsp tomcat intellij-idea hotswap
Enable IntelliJ hotswap of html and javascript files

I'm fairly new to IntelliJ and I'm using it to develop an AngularJS / Java web application. When I make changes …

javascript html css intellij-idea hotswap
hot reloading / swapping with Python

I want code changes to take effect immediately during development. How can I detect changed files and reload them in …

python reload hotdeploy hotswap
IntelliJ Idea tomcat Hot swap failed: schema change not implemented Operation not supported by VM

I got this error when I try to reload class (hot swap) with changed method bodies in my project. Before …

tomcat intellij-idea jvm jvm-hotspot hotswap