0
I believe your project can’t find the JRE runtimes. This would be java.lang.String and other java types. * generate this error.
If this is the case configure the JRE in Eclipse:
Once Eclipse starts click Window->Preferences:
Select Install Java/JRE in left pane, and press the button Adicionar...
on the right panel
On the wizard page select "Standard VM" and press Next.
Press directory...
Select the path to JDK’s.
Note: If the machine is Win32, the missing installation path will be C:\Arquivos de Programas\Java\jdk[versão]
On the next page check the JRE’s number and whether the system libraries have been properly recognized by Eclipse itself. Then click Finish.
Check if the JRE entry in the list is correctly created and then press OK.
source: https://www.zkoss.org/wiki/Setting_Default_JRE_In_Eclipse
Oops, it worked! I was putting all the JDK’s, then it worked on 11. Thanks!
– José Carlos