Mac下 IntelliJ IDEA .3安装激活破解

时间:2024-03-10 18:00:49

下载安装

不用多说,从官网进行下载。IDEA官网:https://www.jetbrains.com/idea/

IntelliJ IDEA有旗舰版和社区版对比如下:

注册激活

以下方法在最新2019.3上测试通过。只要你安装以下步骤操作,绝对能成功激活。当然,若资金允许,点击https://www.jetbrains.com/idea/buy/ 购买正版

1. 先下载压缩包解压后得到jetbrains-agent.jar,把它放到你认为合适的文件夹内。 例如:Windows下idea安装目录的bin目录:C:\Program Files\JetBrains\IntelliJ IDEA 2019.3\bin

下载地址为:链接: https://545c.com/file/23049940-413608820 访问码:102530

2. 重新启动你的IDE,如果上来就需要注册,选择:试用(Evaluate for free)先进入IDE

3. 点击IDEA菜单:"Help" -> "Edit Custom VM Options ..."  如果提示是否要创建文件,请点"Yes"。

4. 在打开的 idea.vmoptions 编辑窗口末行添加:-javaagent:/absolute/path/to/jetbrains-agent.jar

    一定要自己确认好路径(不要使用中文路径),填错会导致IDE打不开!!!最好使用绝对路径。

    一个 idea.vmoptions 内只能有一个 -javaagent 参数。

    示例:

  • mac: -javaagent:/Applications/IntelliJ IDEA.app/Contents/bin/jetbrains-agent.jar
  • windows: -javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2019.3\bin\jetbrains-agent.jar

4. 重启你的IDE。

5. 点击IDE菜单 "Help" -> "Register..."

   支持两种注册方式:License server 和 Activation code:

  • 选择License server方式,地址填入:http://jetbrains-license-server (应该会自动填上)(推荐此方法,方便
    或者点击按钮:"Discover Server"来自动填充地址。然后点击激活按钮。
  • 选择Activation code方式离线激活,请使用:ACTIVATION_CODE.txt 内的注册码激活。