Can not implement the missing methods,either due to compile errors or the projects build path does not resolve all Depende Ncies
In the project need to use STRUTS2 upload, because the need to get absolute path, so need to implement Servletcontextaware, but in the implementation of its method always pops up the above error prompt;
The above error message means: The missing method cannot be implemented, perhaps because of a compilation error or the path created by the project does not resolve all dependencies, or the absence of a servlet-related jar package, this is Servlet-api.jar
Workaround: Add Servlet-api.jar.
This jar package can be found in the Tomcat Lib directory and copied to your project.
This article is from the "Programming Development" blog, be sure to keep this source http://w7984.blog.51cto.com/5147254/1852551
Can not implement the missing methods,either due to compile errors or the projects build path does