路径是没错的
webapp-|---include|
       |          |--include.jsp
       |
       |---free---|
                  |--send_freeeasy.jsp在send_freeeasy.jsp里有一和代码:
<%@include file="..\include\include.jsp"%>
请指正

解决方案 »

  1.   

    你可以这样写可以吗!
    <%@include file="..\\include\\include.jsp"%>
    试一下吧!
      

  2.   

    为什么不把含有常量或公共函数的class放到一个package里,再在用的时候import进去不就一样了吗为什么一定要用c++的include呢?不是同一样的道理吗?
      

  3.   


    superfishmanweb(我也是千百个不愿意呀)你的方法当然好,但我想搞明白我这样为什么不行?
      

  4.   

    <%@ page import="java.io.File"%>
      

  5.   

    用<%@include file="../include/include.jsp"%>试试
      

  6.   

    mars_lzg(lzg) 
    你的方法我也试过,也不行
      

  7.   

    <jsp:include page="../include/include.jsp" flush="true"/>
      

  8.   

    不知道LINUX和WIN是不是有什么区别,试试找找两个表示相对路径的方法是不是有什么不同,应该就是路径表示的问题吧!