Boa noite a todos,
Seguinte instalei o Netbeans 6.7 e criei somente uma pagina index.jsp, só que para testar compilei ela so pra ver (sendo que não tem nada) e derrepente aparece o erro abaixo. Alguem sabe se esta IDE esta com bug?? Alguem saberia como resolver isso?
vlw a todos, abaixo o erro que apresentou.
[color=red]Compiling 1 source file to C:\weblv\teste\build\generated\classes
C:\weblv\teste\build\generated\src\org\apache\jsp\index_jsp.java:22: cannot find symbol
symbol : method getJspApplicationContext(javax.servlet.ServletContext)
location: class javax.servlet.jsp.JspFactory
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
C:\weblv\teste\build\generated\src\org\apache\jsp\index_jsp.java:73: handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext cannot be applied to (java.lang.Throwable)
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
2 errors
C:\weblv\teste\nbproject\build-impl.xml:480: The following error occurred while executing this line:
C:\weblv\teste\nbproject\build-impl.xml:472: The following error occurred while executing this line:
C:\weblv\teste\nbproject\build-impl.xml:224: Compile failed; see the compiler error output for details.
FALHA NA CONSTRUÇÃO (tempo total: 3 segundos)[/color]