Note: This article uses Mac as an example. The activation method for Windows is similar. If not poor money, it is recommended to buy genuine!

1. Download and install

To download the latest version of Ultimate, go to the official website:

www.jetbrains.com

The version I downloaded is:

  • Version: 2018.2.5
  • Build: 182.4892.20
  • Released: October 16, 2018

If the connection speed is slow, you can also download it through my share:

Link: pan.baidu.com/s/1xJync0s1… Password: t0qz

Download the direct installation can be, also relatively simple, here omitted.

2. Activate

To start, you need to download a cracking patch and go to the following website:

idea.lanyus.com/

Download the JetbrainsCrack-3.1-release-enc.jar jar package

I also have this JAR package in my baidu cloud sharing.

Once the download is complete, we will activate it.

First step, open the application in access, go to Intellij and right click [Show package contents] as shown in the picture below:

Then copy the patch pack you just downloaded to.. /Contents/bin/, as shown below:

Next, find the file named idea.vmoptions in the same directory, open it with edit, and add the following code in the last line:

- javaagent: JetbrainsCrack - 3.1 - release - enc. JarCopy the code

Step 3: Open the IntelliJ IDEA application and enter the main interface. Click Register under Help and a dialog box will pop up, as shown below:

Select the Activation Code option, then copy and paste the following JSON string into the input box, and click OK!

{
    "licenseId": "1337"."licenseeName": "Vancy"."assigneeName": ""."assigneeEmail": ""."licenseRestriction": "Unlimited license till end of the century."."checkConcurrentUse": false."products": [{"code": "II"."paidUpTo": "2099-12-31"
        },
        {
            "code": "DM"."paidUpTo": "2099-12-31"
        },
        {
            "code": "AC"."paidUpTo": "2099-12-31"
        },
        {
            "code": "RS0"."paidUpTo": "2099-12-31"
        },
        {
            "code": "WS"."paidUpTo": "2099-12-31"
        },
        {
            "code": "DPN"."paidUpTo": "2099-12-31"
        },
        {
            "code": "RC"."paidUpTo": "2099-12-31"
        },
        {
            "code": "PS"."paidUpTo": "2099-12-31"
        },
        {
            "code": "DC"."paidUpTo": "2099-12-31"
        },
        {
            "code": "RM"."paidUpTo": "2099-12-31"
        },
        {
            "code": "CL"."paidUpTo": "2099-12-31"
        },
        {
            "code": "PC"."paidUpTo": "2099-12-31"
        },
        {
            "code": "DB"."paidUpTo": "2099-12-31"
        },
        {
            "code": "GO"."paidUpTo": "2099-12-31"
        },
        {
            "code": "RD"."paidUpTo": "2099-12-31"}]."hash": "2911276/0"."gracePeriodDays": 7,
    "autoProlongated": false
}
Copy the code

LicenseeName can be changed to its own.

Normally, the text in the input box is green, and the OK button is clickable. Click OK to activate ~

3. Exception handling

If so, paste the above json string into the input box, stating that the key is invalid, and that the OK button is not allowed to be clicked, we can put the above.. / Contents/bin/idea. Vmoptions copy a file into the ~ / Library/Preferences/IntelliJIdea2018.2 /

Then copy and paste the JSON string activation!

If it still doesn’t work, you need to check whether the patch you downloaded is the same as the patch you downloaded. If not, you can’t activate the patch. Currently, JetbrainsCrack-3.1-release-enc.jar is suitable for activating the 2018.2 product.

In addition, I have some videos about IntelliJ, copy the following text into the public number input box to get:

Reference links:

Blog.csdn.net/zx110503/ar…

www.jianshu.com/p/3c87487e7…

www.jianshu.com/p/f404994e2…

Blog.csdn.net/qq_17213067…

www.jianshu.com/p/6ed58fbe5…