MyEclipse10安装后测试首个web项目,敲完代码右键下方Tomcat6的Add Deployment后却弹出错误提示

刚刚新安装的MyEclipse,本来是正常运行的,之后因为卸载先前装的Tomcat8.5重装了Tomcat6。回来检查时发现无法正常使用

代码:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'index.jsp' starting page</title>
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    <!--
    <link rel="stylesheet" type="text/css" href="styles.css">
    -->
  </head>
  
  <body>
      <img src="images/Daniel.jpg"></img>
    This is my JSP page. <br>
  </body>
</html>

结果却无法使用下面窗口的Tomcat6的add Deployment

曾怀疑是JDK没有配置好,已经preferences里面修改好了JDK的安装路径

是我重新安装Tomcat时哪里出错了吗?希望解决问题让程序正常使用、

img

换IDEA吧