When editing Java code in Eclipse, I can modify the code while it works in different ways and make changes to them without reloading my program.
What is the technology behind this feature? Is this part of Eclipse, or is this what I can do with command line tools and tools supplied with the JDK?
java eclipse linux hotswap
justinhj
source share