-
Notifications
You must be signed in to change notification settings - Fork 127
Description
I don't know what happened while I was adding some other dependencies in pom file. Everything goes wrong and I got this message.
I tried reinstall IDEA tried open a new Clarity-Example-Master project, but the problem still there. I am pretty sure I am using JAVA8.
C:\Users\lihao\IdeaProjects\clarity-examples-master\src\main\java\skadistats\clarity\examples\dump\Main.java:3:27 java: cannot access com.google.protobuf.GeneratedMessage bad class file: /C:/Users/lihao/.m2/repository/com/skadistats/clarity-protobuf/5.0-SNAPSHOT/clarity-protobuf-5.0-20230531.093536-2.jar!/com/google/protobuf/GeneratedMessage.class class file has wrong version 61.0, should be 52.0 Please remove or make sure it appears in the correct subdirectory of the classpath.
What shall I do?