Install Spring Tool Suite Ubuntu Server

Install Spring Tool Suite Ubuntu Server Average ratng: 8,7/10 9766 reviews
Active1 month ago
  1. Apache Tomcat

Problem with adding Tomcat server to spring tool suite in Ubuntu? OEM Install of Ubuntu Server [14.04.3] 0. Passwords do not match in ddlcient setup.

  • Install Spring Tool Suite on Eclipse bgasparotto This tutorial will show how to install Spring Tool Suite on Eclipse and also the option to download and run the stand-alone version of the suite.
  • Discussion on using the SpringSource Tool Suite (STS), Spring's Eclipse-based IDE. In Ubuntu my usual way of 'uninstalling' STS is deleting the 'springsource.
  • The Spring Tool Suite 3 is an Eclipse-based development environment that is customized for developing Spring applications. It provides a ready-to-use environment to implement, debug, run, and deploy your Spring applications, including integrations for Pivotal tc Server, Pivotal Cloud Foundry, Git, Maven, AspectJ, and comes on top of the latest Eclipse releases.
  • Choose between Classic Ubuntu Server or the new Ubuntu Core for appliances. Kubernetes on Ubuntu › Install K8s – workstations ›. Ubuntu Kubernetes.

How do I install STS on Ubuntu? I already downloaded the compressed STS tar.gz file from spring.io.

Martin Thoma
50.4k68 gold badges349 silver badges583 bronze badges
syraz37syraz37
2512 gold badges4 silver badges11 bronze badges

7 Answers

Extract tar.gz file wherever you want

(for 64 Bit)

(or for 32 Bit)

and you can start to use (/sts-bundle/sts-3.7.0.RELEASE/STS).

ryuichiroryuichiro
3,2961 gold badge10 silver badges19 bronze badges

Step 1: Download the latest Spring Tool Suite for Linux from STS official website: http://spring.io/tools/sts/all

Step 2: Extract into any folder which you prefer. My extracted Spring Tool Suite locations is /home/harishshan/springsource

Step 3: Create the Menu icon for quick access

Step 4: Enter the following content

Step 5: Now you can check from Quick Menu by typing 'Spring'

Source : http://harishshan.blogspot.fr/2014/05/install-spring-tool-suite-on-ubuntu.html

SangimedSangimed
  1. Download the STS installer package (*.tar.gz) file to your downloads directory. At the time of this writing, that is..

  2. Expand the archive..

  3. Move the STS files to a good place for them to live. I like installing applications that will be possibly shared by multiple users, to the /opt/.. directory.

  4. Stealing the rest of this from @Sangimed, because his answer was very good too.

    Create the Menu icon for quick access..

    Enter the following content

Now you can just hit the 'Windows' key on your keyboard and type 'spring' to launch the application, like any other properly installed application on your Desktop.

Phillip H. BlantonPhillip H. Blanton
  1. Extract the file
  2. Go to sts-bundle>sts-3.8.1.RELEASE and click on STS
  3. Start using
ElyorElyor
3,4403 gold badges29 silver badges58 bronze badges

The answer is pretty simple:

  1. cd ~ && mkdir STS
  2. cd ~/STS && tar -zxvf ~/Downloads/spring-*

Note: the last statement will look for all tar's with the naming 'spring-..'before running this, make sure that in Downloads folder there's only one sts tar archive.

RebornReborn
1,2093 gold badges22 silver badges40 bronze badges

Go to the STS download page at http://spring.io/tools/sts/all , choose linux and your architecture(x86-x64). Once the download is finished, go to the downloaded directory and extract the .zip file into a convenient directory of your choice. Open the extracted sts-bundle directory, right click STS then just click run.

As a true fan you'd always be wanting to gather more and more information about your favorite sport, and more likely the team you root for. /sports-trivia-questions-and-answers-2017.html.

snrsnr
6,4062 gold badges21 silver badges46 bronze badges

You can use wget to download the file. To find the download link, go on Spring’s main website, right click on the download link for the package->

Select “Open Link in New Tab” ->

Copy and paste the new tab’s url into your wget command.

For example this command downloads the tar file:

Unzips the tar file:

GeneGene

Apache Tomcat

Not the answer you're looking for? Browse other questions tagged ubuntuinstallspring-tool-suite or ask your own question.