Skip to content

Java version problem with ckeditor 4.1.2 #67

@netsrotr

Description

@netsrotr

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:

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

With ckeditor 4.0.0 we did not encountered such a problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions