aserg-ufmg / RefDiff

A tool to mine refactorings in the commit history of git repositories.
MIT License
146 stars 44 forks source link

Exceptions in running C and JAVA plugin #29

Open RebeWu opened 2 years ago

RebeWu commented 2 years ago

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/core/runtime/CoreException 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 My jdk and jre are both 1.8. How can I fix this ?

osmarleandro commented 2 years ago

Hi @RebeWu,

You can check the java -version and javac -version, and then run ./gradlew clean.

RebeWu commented 2 years ago

I am afraid it didn't work and I have tried lots of methods from the SO, none of them work.

RebeWu commented 2 years ago

By the way, the maven dependency (refinder) in refdiff-evaluation also missed in Maven Repository.