Java – Eclipse: editing and running code in real time
•
Java
When editing java code in eclipse, I can modify the code in various ways and make these changes take effect without restarting the program
What is the technology behind this function? Is it part of eclipse, or can I do something with the command-line tools and the tools that come with the JDK?
Solution
It is part of the JVM called HotSwap
http://download.oracle.com/javase/1.4.2/docs/guide/jpda/enhancements.html
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码