参考资料
- 激活 https://www.microcharon.com/tech/5.html
- ja-netfilter-all下载地址:https://drive.microcharon.com/OneDrive/Software/JetBrains ja-netfilter-all Build 2024.1.11.zip
步骤及问题
- 下载后:安全前确保旧版本的idea已经卸载。安装后不用打开。运行 script/install.sh
- MAC如何关闭 SIP:
- M系列芯片,长按电源键,出现设置后继续操作。
- 实用工具-》终端
- csrutil status 查看状态
- csrutil enable/disable 打开/关闭
- 重启电脑
- 配置vmoptions
- 位置: /Users/{name}/Library/Application Support/JetBrains/IntelliJIdea2024.1
增加配置
- 位置: /Users/{name}/Library/Application Support/JetBrains/IntelliJIdea2024.1
--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
-javaagent:D:/IDEA/ja-netfilter/ja-netfilter.jar=jetbrains
-Dfile.encoding=UTF-8
启动即可