You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to compile our project, that use jdk 17.0.11 and make use of vaadin 24.5.7 with the ckeditor version 4.1.2 and did not get it started with the embedded tomcat:
java.lang.UnsupportedClassVersionError: com/wontlost/ckeditor/VaadinCKEditor has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[na:na]
...
Our pom.xml is configured like this vaadin recommended in the upgrade guide:
We try to compile our project, that use jdk 17.0.11 and make use of vaadin 24.5.7 with the ckeditor version 4.1.2 and did not get it started with the embedded tomcat:
Our pom.xml is configured like this vaadin recommended in the upgrade guide:
With ckeditor 4.0.0 we did not encountered such a problem.
The text was updated successfully, but these errors were encountered: