问答详情
源自:1-13 Servlet路径跳转

eclipse是不是不能使用绝对路径这种方法?path下会有红线报错 。

path cannot be resolved to avariable.

提问者:鲜衣 2015-09-18 11:22

个回答

  • potatofootball
    2015-11-30 19:16:23
    已采纳

    不会啊,eclipse可以使用绝对路径啊,应该是你的代码有问题

  • 慕妹7256622
    2016-09-24 16:38:15

    楼上说的对 没有定义path


  • 肖遥ing
    2015-12-08 17:11:04

    如果报错提示是:path cannot be resolved to a variable

    那应该是你没有在index.jsp页面顶部定义它:

    <%String path = request.getContextPath();

    String basePath = request.getScheme()+"://"+request.getServerName()+":";%>