1
resposta

erro ao importar o projeto

Importei o projeto através da opção: Projects from folder or archive e aparece o seguintes erros: JSP Problem: Description Resource Path Location Type The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path infra-ok.jsp /projeto-spring4/WebContent/WEB-INF/views line 1 JSP Problem

Description Resource Path Location Type The project was not built since its build path is incomplete. Cannot find the class file for javax.servlet.http.HttpServletRequest. Fix the build path then try building this project projeto-spring4 Unknown Java Problem

Description Resource Path Location Type The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from required .class files AutorizadorInterceptor.java /projeto-spring4/src/br/com/caelum/contas/interceptor line 1 Java Problem

Tenho o Tomcat do XAMMP v3.2.2 O que pode ser? Obrigado desde já.

1 resposta

Olá Adriano,

Parece que está faltando a biblioteca do JavaEE no build path do seu projeto (Server Runtime).

Se você estiver utilizando o Eclipse:

  • Para configurar o Server Runtime: vá nas preferências do eclipse e selecione as opções Server > Runtime Environment. Clique em Add , selecione a versão do seu Tomcat e clique em Next. No campo Tomcat installation directory indique o caminho para a pasta do seu servidor;
  • Para adicionar o Server Runtime ao projeto: Clique com o botão direito do mouse no projeto e vá em Build Path > Add Libraries... > Server Runtime > Selecione o seu Server Runtime configurado previamente.