前言
有时需要在linux系统中使用idea,特此记录一下使用过程
一、使用步骤
1.下载
直接到官网下载:Download IntelliJ IDEA – The Leading Java and Kotlin IDE
根据需要选择版本,以下是在centos8中配置的,免安装,解压即可。
2.解压&设置快捷命令
[root@localhost opt]# tar zxvf ideaIC-2021.3.3.tar.gz
[root@localhost bin]# ln -s /opt/idea-IC-213.7172.25/bin/idea.sh /usr/bin/idea
[genesis@localhost bin]$ idea
打开成功!