JetBrainstorm activation (continually updated)

1. First download the compressed package unpack jetbrains-agent.jar, put it as you see fit folder.

Download Page: https://zhile.io/2018/08/17/jetbrains-license-server-crack.html

2. Start your IDE, if up on the need to register, select: Trial (Evaluate for free) into the IDE

3. Click the menu you want to register IDE: "Configure" or "Help" -> "Edit Custom VM Options ..."

If you are prompted to create the file, click "Yes".
Reference article: https://intellij-support.jetbrains.com/hc/en-us/articles/206544869

3. In the last line editing window opens vmoptions added: -javaagent: /absolute/path/to/jetbrains-agent.jar

目录随意,只要你能保证不被删除。一定要自己确认好路径(不要使用中文路径),填错会导致IDE打不开!!!最好使用绝对路径。
    一个vmoptions内只能有一个-javaagent参数。
    示例:
      mac:      -javaagent:/Users/neo/jetbrains-agent.jar
      linux:    -javaagent:/home/neo/jetbrains-agent.jar
      windows:  -javaagent:C:\Users\neo\jetbrains-agent.jar
    如果还是填错了,参考这篇文章编辑vmoptions补救:
    https://intellij-support.jetbrains.com/hc/en-us/articles/206544519

4. 重启你的IDE。

5. 点击IDE菜单 "Help" -> "Register..." 或 "Configure" -> "Manage License..."

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

这里建议使用Activation code方式,(注意粘贴ACTIVATION_CODE.txt注册码后,点击下方Activate按钮,上方注册信息就会从30天试用改为2089年,一定要点击Activate后再点击close)

1). 选择License server方式,地址填入:http://jetbrains-license-server (应该会自动填上)
    或者点击按钮:"Discover Server"来自动填充地址。

2). 选择Activation code方式离线激活,请使用:ACTIVATION_CODE.txt 内的注册码激活
    如果激活窗口一直弹出(error 1653219),请去hosts文件里移除jetbrains相关的项目
    如果你需要自定义License name,请访问:https://zhile.io/custom-license.html

 6.完成后点击Help>About,查看注册信息

会发现注册信息变了

 

问题

pycharm64.exe.vmoptions(此处为pycharm其他IDE同理)文件中jetbrains-agent.jar目录位置一定要填写正确,否则会打不开IDE

pycharm64.exe.vmoptions一定不要用记事本直接更改,要在IDE中更改

jetbrains-agent.jar一定要放在不会被随意删除的位置

最后感谢 https://zhile.io  的开源项目

参考:https://www.cnblogs.com/mryaohu/p/12242038.html

Guess you like

Origin www.cnblogs.com/ostrich-sunshine/p/10811679.html