Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the latest activation method of goland?

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail what is the latest activation method of goland. The content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

1. Download jetbrains-agent.jar

(after download, extract rar)

Http://xiazai.jb51.net/202112/yuanma/jetbrains-agent.jar_jb51.rar

2. Copy jetbrains-agent.jar to / Applications/GoLand.app/Contents/bin/

3,vim / Applications/GoLand.app/Contents/bin/goland.vmoptions

Add a line:

-javaagent:/Applications/GoLand.app/Contents/bin/jetbrains-agent.jar

4, run the following script

Copy the following script contents to the reset_jetbrains_eval_mac_linux.sh file and run the script.

#! / bin/sh# reset jetbrains ide evalsOS_NAME=$ (uname-s) JB_PRODUCTS= "IntelliJIdea CLion PhpStorm GoLand PyCharm WebStorm Rider DataGrip RubyMine AppCode" if [$OS_NAME= = "Darwin"]; then echo 'macOS:' for PRD in $JB_PRODUCTS; do rm-rf ~ / Library/Preferences/$ {PRD} * / eval rm-rf ~ / Library/Application\ Support/JetBrains/$ {PRD} * / eval doneelif [$OS_NAME= = "Linux"] Then echo 'Linux:' for PRD in $JB_PRODUCTS; do rm-rf ~ /. ${PRD} * / config/eval rm-rf ~ / .config / ${PRD} * / eval doneelse echo' unsupport' exitfiecho 'done.'

5, open goland

Click Enter License, which contains the present evaluation, and then it will be fine.

It was written at the end, and after a period of time, I found that it could not be used again. It takes two steps to solve it.

1, drag the zip package to the code area

Download address: http://xiazai.jb51.net/202112/yuanma/ide-eval-resetter-2.1.13_jb51.rar

After dragging to the code area, the plug-in will be updated to allow you to restart the editor. Click restart and the area below appears.

Check: Auto reset before per restart

And click the reset button.

You can only allow it once.

2, run the reset script again (optional, run it once)

About what the latest activation method of goland is to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report