Plugin not getting installed
My plugin is working fine when i run it in development mode but jar file for that plugin is not getting installed in intellij idea..it says...Unsupported major.minor version 52.0 . What am i missing? please, provide some useful suggestions.
Thanks,
Archana
Please sign in to leave a comment.
You've compiled your plugin with JDK 8, and IntelliJ IDEA runs under JDK 7.
Thanks a lot.