Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] JSP using Java 1.7?

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




Back to the top