Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Tomcat 6 时一切顺利。现在我正在使用 Eclipse 3.6.1 将调试器连接到部署在 Tomcat 7 中的 Web 应用程序。项目的“自动构建”功能已打开。我只添加了一行System.out.println("why does hot code replace not work?");,然后出现 Eclipse 错误对话框,说热代码替换失败。同样,使用 Tomcat 6 我没有遇到这种行为。我究竟做错了什么?
System.out.println("why does hot code replace not work?");