IntelliJ IDEA2019.1破解教程

IntelliJ IDEA2019.1破解教程

需下载 jetbrains-agent-v1.3.2-release.jar (见文章底部)

修改配置文件

可仅修改Idea安装目录下的idea64.exe.vmoptions;
如果需要使用x86版本,可同步修改idea.exe.vmoptions;
MacOS修改idea.vmoptions。
只需要在文件后追加》》
-javaagent:G:\idea\ideaIU-2019.1.1.win\bin\jetbrains-agent-v1.3.2-release.jar即可。(注意修改 jar 包的路径)
其中G:\idea\ideaIU-2019.1.1.win\bin\jetbrains-agent-v1.3.2-release.jar是我的idea安装目录哦,你按照自己安装的位置,进行适当的调整。
修改后的idea64.exe.vmoptions

-Xms128m
-Xmx750m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow

-javaagent:G:\idea\ideaIU-2019.1.1.win\bin\jetbrains-agent-v1.3.2-release.jar

 

 

输入激活码:

启动idea,在IntelliJ IDEA License Activation界面的,选择License server并输入以下地址:

http://jetbrains-license-server

点击Test Connection,提示成功,点击激活即可使用。

如图:

IntelliJ IDEA2019.1破解教程_第1张图片

jetbrains-agent-v1.3.2-release.jar 下载地址:

链接:https://pan.baidu.com/s/1C-y8ub1JvAEKQIfKy0DlAw
提取码:5cvs

你可能感兴趣的:(工具)