Wednesday, July 22, 2015

[Solved] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path in Eclipse

<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>servlet-api</artifactId>
    <version>2.5</version>
</dependency>

http://howtodoinjava.com/2015/02/04/solved-the-superclass-javax-servlet-http-httpservlet-was-not-found-on-the-java-build-path-in-eclipse/

No comments:

Post a Comment