Ubuntu18.04 IDEA2019.2.1的安装与破解

本文最后更新于:November 4, 2022 pm

一、软件下载


IDEA官网下载地址:https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux

破解jar包下载地址 : https://www.lanzous.com/i5v6p8f

二、软件安装


1、解压缩

1
2
3
4
5
6
$ tar -zxvf ideaIU-2019.2.1.tar.gz
​```软件
2、进入解压后文件中的bin目录
​```linux
$ cd idea-IU-192.6262.58/
$ cd bin

3、运行bin目录中的idea.sh

1
$ idea.sh

三、软件使用


1、将下载好的必要软件放到bin目录下

1
sudo cp JetbrainsCrack.jar /home/lixiaoyi/下载/idea-IU-192.6262.58/bin

移动目录根据自己文件位置进行调整

2、先打开软件进行30天试用,进入idea后选择Help->Eidt Custom VM Options...

3、在打开的idea64.vmoptoins编辑窗口末行添加

1
-javaagent:JetbrainsCrack.jar的绝对路径

我的路径为:

1
-javaagent:/home/lixiaoyi/下载/idea-IU-192.6262.58/bin/JetbrainsCrack.jar

(路径填写错误,IDEA直接打不开!)

4、重启IDEA

5、选择Help->Register,选择License server,填入:

1
http://fls.jetbrains-agent.com (默认自动填写)

6、安装成功


参考文章 :
标题:IDEA 使用方法,2019.2.1已支持(持续更新,2019.8.23更新)
作者:AlgerFan
地址:https://www.algerfan.cn/articles/2019/03/06/1563504766284.html


Ubuntu18.04 IDEA2019.2.1的安装与破解
http://clearlight.com.cn/posts/9290.html
Author
xyli
Posted on
March 4, 2020
Licensed under