[idea]mac not open idea.md
[idea]mac not open
mac系统无法打开idea
problem
mac环境,安装好idea后
配置了vmoptions
重启idea,无法打开
reason
jar包没有找到
定位:使用二进制打开ieda
- 应用程序-IntelliJ-右击-查看包内容
- contents-MacOS-idea
- 双击
- 控制台会提示错误信息
原因:破解时路径找不到jar包导致
Error opening zip file or JAR manifest missing : /Applications/IntelliJ IDEA.app/Contents/bin/jetbrains-agent.jar
2021-11-28 13:37:58.488 idea[740:7303] allVms required 1.8*,1.8+
2021-11-28 13:37:58.490 idea[740:7307] Value of IDEA_VM_OPTIONS is (null)
2021-11-28 13:37:58.491 idea[740:7307] Processing VMOptions file at /Users/dream/Library/Preferences/IntelliJIdea2019.2/idea.vmoptions
2021-11-28 13:37:58.491 idea[740:7307] Done
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Error opening zip file or JAR manifest missing : /Applications/IntelliJ IDEA.app/Contents/bin/jetbrains-agent.jar
Error occurred during initialization of VM
agent library failed to init: instrument
solution
解决:将jar文件放入目录即可
/Applications/IntelliJ IDEA.app/Contents/bin/jetbrains-agent.jar
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 一文读懂知识蒸馏
· 终于写完轮子一部分:tcp代理 了,记录一下