配置: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."
当在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不解... ...
相关热门文章
给主人留下些什么吧!~~
评论热议
文章详细介绍了在MyEclipse中遇到的启动Tomcat服务时出现的配置错误,即Transportdt_socketfailedtoinitialize,rc=509.问题的解决方法。通过将jsdk1.4/jre/bin中的dt_socket.dll拷贝到jsdk1.4/bin目录中,成功解决了该问题。解释了为何使用jsdk1.5时未出现此错误,涉及JDK和MyEclipse环境配置的相关知识。
2144

被折叠的 条评论
为什么被折叠?



