1
resposta

The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path [duplicate] projeto "Produtos" do curso de Java e JSTL

Todas minhas jsps em WebContente estão apresentando o erro abaixo em <%@ page language="java" contentType="text/html; charset=UTF-8" :

The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path

Estou usando o Apache Tomcat 9.0 em um projeto criado na versão 7.0. Passos já realizados e que não surtiram efeito: - Já tentei adicionar a biblioteca do Tomcat 9.0 no JavaBuild Path , Libraries, Continuou a mesma coisa; - Já tentei adicionar o jar servlet-api.jar do Tomcat como jar externo. Continuou a mesma coisa. Alguem pode me ajudar?

1 resposta

Estou enfrentando o mesmo problema.

Description:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

Resource:formulario.jsp

Path:/produtos/WebContent/WEB-INF/jsp/login

Location:line 1

Type:JSP Problem