RankWeis / uppercut

FREE Karate plugin for IntelliJ with additional features
Apache License 2.0
6 stars 0 forks source link

Java Runtime only recognizes class file versions up to 55.0 #24

Closed Zhankin closed 2 days ago

Zhankin commented 2 months ago

Getting this errror:

Error: LinkageError occurred while loading main class com.rankweis.uppercut.testrunner.KarateTestRunner
    java.lang.UnsupportedClassVersionError: com/rankweis/uppercut/testrunner/KarateTestRunner has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

Process finished with exit code 1

If there is any work around solution to fix it? Thanks

dnhuan commented 3 weeks ago

Rebuild your project and the error will likely go away. This is not a plugin problem