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了
?