Class file version issues are related to the Java version. Probably your version is too small. Version 55 is Java 11, Version 52 is Java 8.
Java version 11 or Java version 8 didn’t resolve the issue
Hello @Ivana1
To address this issue, an update to Java 17 is necessary.
This is an issue with Java 17 update. After fixing it, I tried to compile, but it gave me the following error:
I compile it with Java version 11, and the issue was resolved.
1 Like