Hi, nice component, i receive this error running it on Tomcat 8.5 java 8

Hi, nice component,

i receive this error running it on Tomcat 8.5 java 8

java.lang.UnsupportedClassVersionError: com/wontlost/ckeditor/VaadinCKEditorBuilder has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [com.wontlost.ckeditor.VaadinCKEditorBuilder]
)

Is there a solution ?

Thanks

It’s about java version.
The component was compiled by java 11. Try to upgrade your java from 8 to 11.
Cheers.

Hi Ryan, thanks for the reply,

unfortunatly the production enviroment ( Tomcat 8.5 + java8 ) can handle only on java 8 application.

Thanks anyway

regards