zoukankan      html  css  js  c++  java
  • IDEA启动报错Plugin Error Problems found loading plugins的解决办法

    错误描述

      今天启动项目时发现IDEA控制台出错,tomcat的标志变成问号,启动不了服务器

    Problems found loading plugins:
        Plugin "Persistence Frameworks Support" was not loaded: required plugin "Database Tools and SQL" is disabled.
        Plugin "GlassFish Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
        Plugin "JBoss Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
        Plugin "JSR45 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 dis... (show balloon)

    解决办法

    找到IDEA的配置文件夹下的disabled_plugins.txt,删除然后重启IDEA即可; 我的文件在:C:Usersadmin.IntelliJIdea2018.1config

  • 相关阅读:
    策略模式c++【转】
    [转]C++设计模式:Builder模式
    c/c++ 笔试面试题
    堆排序
    冒泡,快速,和堆排序
    C++继承
    【转】林建:计算机专业学习浅谈
    (centos)linux下访问双系统windows7文件系统
    sprintf() in c
    System call in linux by C
  • 原文地址:https://www.cnblogs.com/wangxiayun/p/10003946.html
Copyright © 2011-2022 走看看