我是靠谱客的博主 温暖汉堡,最近开发中收集的这篇文章主要介绍CentOS 7 安装Spring Tool Suite™,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

1、下载sts到本地,下载地址:

http://download.springsource.com/release/STS/3.9.3.RELEASE/dist/e4.7/spring-tool-suite-3.9.3.RELEASE-e4.7.3-linux-gtk-x86_64.tar.gz

2、进入下载目录,然后解压缩到opt目录

[root[@ou Downloads]# tar -xzvf spring-tool-suite-3.9.3.RELEASE-e4.7.3-linux-gtk-x86_64.tar.gz -C /opt

3、使用符号建立软链接

[root@ou Downloads]# ln -s /opt/sts-bundle/sts-3.9.3.RELEASE/STS /usr/bin/sts

4、在应用菜单栏生成启动项

gedit /usr/share/applications/sts.desktop

在sts.desktop文件中输入以下信息后保存。

[Desktop Entry]
Encoding=UTF-8
Name=Spring Tool Suite 
Comment=3.9.3.RELEASE
Exec=/usr/bin/sts
Icon=/opt/sts-bundle/sts-3.9.3.RELEASE/icon.xpm
Terminal=false
StartupNotify=true
Type=Application
Categories=Application;Development;

转载于:https://my.oschina.net/ouyushan/blog/1790553

最后

以上就是温暖汉堡为你收集整理的CentOS 7 安装Spring Tool Suite™的全部内容,希望文章能够帮你解决CentOS 7 安装Spring Tool Suite™所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(73)

评论列表共有 0 条评论

立即
投稿
返回
顶部