java错误---FATAL ERROR in native method: JDWP No transports initialized,

用Eclipse的tomcat插件启动tomcat时报错:

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



把机器上的防火墙修改下就可以了,允许 javaw.exe访问网络.

你可能感兴趣的:(Java)