0

Was working on a conversion of a PMML via .CSV file to Java format and the errors given are as follows:

  • Try-with-resources are not supported at language level '5'
  • java: try-with-resource is not supported in -source 1.5
  • java: diamond operator is not supported in -source 1.5

looking it up and there are no results regarding those errors. I'm using IntelliJ IDEA and everything seems to be complete as in other projects, it's working properly. May I know the solution on this or on how to resolve this?

Migdav
  • 1
  • 1
  • I had a look at SO, and I've found this question: https://stackoverflow.com/questions/17100806/intellij-error-java-try-with-resources-is-not-supported-in-source-1-6-error does this help you out? – bramvdwalle Mar 22 '19 at 08:11
  • Yes, thank you so much. It helped a lot! – Migdav Mar 25 '19 at 01:55

0 Answers0