tenho essa pagina jsp:
<%@ page language=“java” contentType="text/html; charset=UTF-8"
pageEncoding=“UTF-8”%>
<%<a class="mention" href="/u/page">@page</a> import=“br.com.treinaweb.jee.models.*”%>
Usuario b = new Usuario();
out.print(“Eh nois”);
%>
que da esse erro:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 14 in the jsp file: /Teste.jsp
Usuario cannot be resolved to a type