intellij idea安装thrift support plugin后报错

  • Post author:
  • Post category:其他


如下:


Error:Module ‘**’ production: java.lang.UnsupportedClassVersionError: com/intellij/openapi/vfs/VfsUtil : Unsupported major.minor version 52.0

猜测是thrift support这个插件需要JDK1.8,项目模块需要JDK1.7编译,版本冲突了,卸载这个插件解决。



版权声明:本文为wusuopuBUPT原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。