首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

myeclipse debug的时候遇到的一个异常

2012-12-19 
myeclipse debug的时候遇到的一个错误FATAL ERROR in native method: JDWP No transports initialized, jv

myeclipse debug的时候遇到的一个错误

FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113)?
ERROR: transport error 202: connect failed: Connection timed out ["transport.c",L41]?
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) ["debugInit.c",L500]?
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized?

?

参考http://apps.hi.baidu.com/share/detail/17448421

?

发现由于我的机器上装了hadoop, 所以hosts文件删除了包含localhost的那一行。加上

127.0.0.1 ? ? localhost?

后就可以使用DEBUG了

?

热点排行