- 解压下载打tar.gz
2.创建桌面快捷方式
- 创建桌面快捷方式
ljy@ljy-ZHAOYANG-E42-80:~/桌面$ touch SpringToolSuite4.desktop
- 编辑
ljy@ljy-ZHAOYANG-E42-80:~/桌面$ vim SpringToolSuite4.desktop
[Desktop Entry]
Encoding=UTF-8
Name=SpringToolSuite4
Comment=SpringToolSuite4
Exec=/home/ljy/usr/local/bin/sts-4.0.2.RELEASE/SpringToolSuite4
Icon=/home/ljy/usr/local/bin/sts-4.0.2.RELEASE/icon.xpm
Terminal=false
StartupNotify=true
Type=Application
Categories=Application;Development;
- 分配权限
ljy@ljy-ZHAOYANG-E42-80:~/桌面$ chmod u+x SpringToolSuite4.desktop