Cuba Project and Java 14

I have already installed Java 14 on my machine, but Cuba project can only be made by using Java 8 - 11.

  • Is that correct?

  • Should I downgrade my Java installation to version 11?

  • Do you have any better solution if I want to keep my Java 14?

This is correct, CUBA requires Java 8…11, and we have no immediate plans for supporting 14. Most probably we will wait for the next LTS release - 17. So please install Java 11, for example from here: https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot
And you can have multiple versions of Java on your machine, so no need to uninstall 14 if you need it for some apps.

Regards,
Konstantin

Thank you for your response.