解决idea启动弹窗

解决JetbrainsAgent loads successfully!提示弹窗
破解idea后启动会弹出以下提示:

This agent is for learning and research purposes only.Do nto user it for commercial purposes!For commercial user,please contact the Jetbrains to purchase some licenses,please support genuine!
If you have any questions about this agent,please visit https://zhile.io and feedback.
Placing the unmodified "important.txt" in the zip file with the agent jar in the same directory will avoid this dialog.

在这里插入图片描述
解决方式:
idea安装目录 → bin → jetbrains-agent.jar → 解压工具打开 → META-INF → important.txt
将 important.txt 这个文件复制到 bin 目录下,问题解决!
【保证jetbrains-agent.jar 和 important.txt 在同一个目录下】

发布了34 篇原创文章 · 获赞 20 · 访问量 8万+

猜你喜欢

转载自blog.csdn.net/ChengXuYuanXingCheng/article/details/104405087