I'm trying to use try-with-resources in a JSP page and have made
some progress. I've now got Jetty to use the 1.7 compiler, but
now I get this error, which I don't understand:

  HTTP ERROR 500

  Problem accessing /times.jsp. Reason:

      PWC6033: Error in Javac compilation for JSP

  PWC6197: An error occurred at line: 6 in the jsp file: /times.jsp
  PWC6199: Generated servlet error:
  try-with-resources is not supported in -source 1.5
    (use -source 7 or higher to enable try-with-resources)

Where do I need to specify "-source 7"?

TIA,
--
John English


_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to