It is not possible to fix the "Syntax error" error for each operator is only available if the source level is 1.5 "

I am writing a Java agent that uses parameterized collection types and extended loops. Then Domino Designer 8.5.3 tells me to change the project’s compliance level to 1.5 with a quick fix.

If I do this, the project will be rebuilt and nothing will change. Nothing happens if I go to the Java Compiler settings of the project to install it manually or change it in the workspace settings. How can I get rid of this error?

+4
source share
1 answer

Domino Designer . " " "/" Java Agents.

, java. Project/Properties → Java. " " " " 1.6.

enter image description here

, ( ), /, "$ JavaCompilerSource" "$ JavaCompilerTarget" .

enter image description here

+2

Source: https://habr.com/ru/post/1619948/


All Articles