2012-07-11

How to install SpringSource Tool Suite on Linux Mint and Ubuntu

  1. Download SpringSource Tool Suite
  2. Extract the file into any folder. I usually install applications into /opt when I don’t use a package manager.
  3. Create a menu item
    sudo vi /usr/share/applications/STS.desktop
    
  4. Content
    [Desktop Entry]
    Name=SpringSource Tool Suite
    Comment=SpringSource Tool Suite
    Exec=/opt/springsource/sts-2.9.2.RELEASE/STS
    Icon=/opt/springsource/sts-2.9.2.RELEASE/icon.xpm
    StartupNotify=true
    Terminal=false
    Type=Application
    Categories=Development;IDE;Java;
    
  5. You can see [SpringSource Tool Suite] in [Menu > Programming]

3 comments:

  1. how do i install disksim onto ubuntu 14

    ReplyDelete
  2. My ubuntu is 32bit but still i am failing to install disksim4. Can you please assist me, guys?

    ReplyDelete
    Replies
    1. Did you mean http://www.pdl.cmu.edu/DiskSim/?? It looks very old.
      I saw ... DiskSim 4.0 source code - *new tarball - updated on 6/23/2008

      Delete