I'm trying to run a .jsp
page I made and keep encountering this error:
type Exception report
message Internal Server Error
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP
PWC6197: An error occurred at line: 27 in the jsp file: /Drupalcheck.jsp PWC6199: Generated servlet error: diamond operator is not supported in -source 1.5 (use -source 7 or higher to enable diamond operator)
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 4.0 logs.
The issue is that I have no clue why I'm getting it. I have the JDK set to 1.7 under Libraries and Source/Binary Format set to JDK 7 under sources.
I am using Netbeans as my IDE.
I've done everything from reinstalling Java to reinstalling Netbeans and have gotten nowhere.