IDEA启动时自动报Plugin Error错误
Posted Web前端架构
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA启动时自动报Plugin Error错误相关的知识,希望对你有一定的参考价值。
Plugin Error Problems found loading plugins: Plugin "JBoss Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "Jetty Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "Resin Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "Tomcat and TomEE Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "CloudBees integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "Geronimo Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "WebSphere Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "WebLogic Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled. Plugin "Java EE: Bean Validation Support" was not loaded: required plugin "Java EE: EJB, JPA, Servle... (show balloon)
解决方法:
找到idea配置文件,一般config文件在C盘,在系统用户里面。
删除disabled_plugins.txt文件重启即可。
以上是关于IDEA启动时自动报Plugin Error错误的主要内容,如果未能解决你的问题,请参考以下文章
weblogic10.3 启动报错 Unrecognized option: -jrockit Error: Could not create the Java Virtual Machine(示例代
启动IDEA 报 Error:java: JDK isn't specified for module '******' 错误
IDEA启动项目报错:Error:(1, 1) java: 非法字符: 'ufeff'
springcloud启动web模块报错spring-boot-maven-plugin:2.2.1.RELEASE:run (default-cli) on project da-web(示例代(代