idea JRebel 自动编译 idea fatal error initializing plugin odpsstudio

JRebel 自动编译 (自动安装 jrebel for ideal 结果打不开工程 卸载才行)

https://www.jianshu.com/p/d177316890e3

出现异常

idea fatal error initializing plugin odpsstudio

解决cmd 中

mkdir copy

522 cd /Users/penghaoyou/Library/Application\ Support/IntelliJIdea2018.3

523 cp -r /Users/penghaoyou/Library/Application\ Support/IntelliJIdea2018.3 ~/copy/

524 ls

525 rm -rf odps-studio-intellij/

 

然后重启idea重启项目成功

 

https://github.com/penghaoyou5/demoHostLoad

 

如果发生重启,看看是不是用了第一种和第三种的包

参考

https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000536364-Can-t-start-Intellij-after-update

Delete the plugins directory (https://intellij-support.jetbrains.com/hc/articles/206544519).

  • Plugins (idea.plugins.path):
~/Library/Application Support/

 

 

项目紧迫的情况下 花了我一个半小时安装这个除了按照步骤来了之后 改动代码只要 build -> build project即可

 

自己发现项目耗时 -》 自己方法不管用了 -》 鹏鹏解决热加载的方法 -》 按照简书上来 -》 发现项目启动不了问题 -》 根据错误日志 百度、google解决(我找问题的思路有问题  找了很长时间 英文也要看懂快速定位) (自己也看着摸索了好长时间,估计有半个小时浪费了) -》idea启动,解决问题了 -》 项目启动失败  以为是插件问题结果是端口占用

-》 总结这次的问题,下次碰到情况不浪费时间了吧

 

自己可以做吗? 用类加载器尽心替换

你可能感兴趣的:(idea)