A Configuration error occurred during startup.Please verify the preference field with the prompt:Cannot find a free socket for t

来源:互联网 发布:淘宝官方旗舰店可信吗 编辑:程序博客网 时间:2024/05/17 04:47

 A Configuration error occurred during startup.Please verify thepreference field with the prompt:Cannot find a free socket for the  debugger.

 

解决方法,推荐第三个
1、在Tomcat Launch Mode中,由Debug mode切换成 Run mode 。
2、在环境变量PATH前端添加jdk路径,如D:/Program Files/Java/jdk1.5.0_13/bin;然后重启机器。
3、打开eclipse,window>preferences>myeclipse>applicationserver>tomcat 5 要选中Enable;然后后面tomcat homedircetory要选择你机器上tomcat的安装目录。
继续window>preferences>myeclipse>application server>tomcat>jdk 选择你机器上的jdk ,建议用add从新选择添加一个

原创粉丝点击