cannot be hot swapped into a running virtal machine怎么理解翻译



cannot be hot swapped into a running virtal machine怎么理解翻译

2009-05-26 16:53 heqingrong623  |  浏览 3101 次   悬赏: 5
  英语
“some code changes cannot be hot swapped into a running virtal machine,such as changing method names or introducing errors into running code.” 这句话中得 some code changes cannot be hot swapped into a running virtal machine怎么理解翻译
2012-11-16 14:41 网友采纳
不能热交换到运行虚拟机,一些代码变化不能热交换到运行虚拟机,如更改名称或介绍的方法错误运行代码。
解决方法:增加、删除类文件或者在一个类中增加、删除方法时,是不能够热部署到服务上的。这时候需要停止服务器(Tomcat等等)重新部署后再启动,就不会出现上面的提示了。
评论(1)  |  7  4
发布评论
2013-3-10 12:47 八嘎喔啦喔啦
o(≧ v ≦)o~~答得好棒 回复

cannot be hot swapped into a running virtal machine怎么理解翻译

2009-05-26 16:53 heqingrong623  |  浏览 3101 次   悬赏: 5
  英语
“some code changes cannot be hot swapped into a running virtal machine,such as changing method names or introducing errors into running code.” 这句话中得 some code changes cannot be hot swapped into a running virtal machine怎么理解翻译
2012-11-16 14:41 网友采纳
不能热交换到运行虚拟机,一些代码变化不能热交换到运行虚拟机,如更改名称或介绍的方法错误运行代码。
解决方法:增加、删除类文件或者在一个类中增加、删除方法时,是不能够热部署到服务上的。这时候需要停止服务器(Tomcat等等)重新部署后再启动,就不会出现上面的提示了。
评论(1)  |  7  4
发布评论
2013-3-10 12:47 八嘎喔啦喔啦
o(≧ v ≦)o~~答得好棒 回复

你可能感兴趣的:(Eclipse)