The method getServletContext() is undefined for the type HttpServletRequest

request.getServletContext().getRealPath("/")

已经加入了 sun runtime library但是还是提示错误 

是因为 写法过时了改成 request.getSession().getServletContext().getRealPath("/")

原文地址:https://www.cnblogs.com/shanheyongmu/p/6772516.html