Myeclipse中启动Tomcat服务出现Transport dt_socket failed

Myeclipse中启动Tomcat服务出现Transport dt_socket failed to initialize,rc=509错误 【转】

配置:jsdk1.4+Myeclipse5.0+eclipse3.2+Tomcat5
当在Myeclipse中启动Tomcat服务出现如下提示:
"A configuration error occurred during startup. Please verify the
preference filed with the prompt: Transport dt_socket failed to
initialize, rc = 509."

google了一下,解决的方法千奇百怪,而且没有说明原因。
最终还是解决了:将jsdk1.4/jre/bin中的dt_socket.dll拷贝到jsdk1.4/bin目录中
即只要能够通过path环境变量,或者myeclipse中配置的jdk路径找到就可以。

但是为什么原来没有发现这个错误呢?原来用的是jsdk1.5,bin中也没有dt_socket.dll不解... ...

你可能感兴趣的:(jdk,tomcat,MyEclipse,socket,Google)