-
Notifications
You must be signed in to change notification settings - Fork 76
com/intellij/plugins/thrift/jps/ModelSerializerExtension on idea2020.3 #101
Comments
Project Settings/Project SDK/1.8 java version "1.8.0_271" |
whats mean , using 1.8.0_271 version? |
concrete JDKs version used in Project, if you can, not my case, change it to 11 jdk and you'll not see this error |
i know. but i cant change .thanks |
I don't think it's related to your Project JDK. The JPS part should use IDE's JDK. Can you share your About IntelliJ screen? Which JDK your IntelliJ is using. 🤔 |
i think too. But it actually uses my project jdk.i try to change my project jdk to 11 and thats worked.use jdk11 no error.my intellij jdk used defaults jdk11. |
I also encountered the same problem |
Is there any current solution
|
disabled the plugin |
I got the same issue with my project JDK 8 on IntelliJ IDEA 2020.3. |
I also have the issue. |
Everys guys, I found a temporary solution. Remove the files in the |
thanks, workaround is working for me. |
Same issues and I have disabled this plugin. I will re-enable it after author fixes it.
|
Just published 1.5.0 where JPS plugins should be Java 8 compatible. Let's see if it fixes the issue. |
java.lang.UnsupportedClassVersionError: com/intellij/plugins/thrift/jps/ModelSerializerExtension 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
The text was updated successfully, but these errors were encountered: