Results 1 to 5 of 5

Thread: How to completely uninstall STS 3.1.0 on OS X Mountain Lion

  1. #1
    Join Date
    Feb 2013
    Posts
    3

    Default How to completely uninstall STS 3.1.0 on OS X Mountain Lion

    Hi,

    I recently downloaded "Spring Tool Suite 3.1.0.Release (based on Eclipse Juno 4.2.1)" file name is 'spring-tool-suite-3.1.0.RELEASE-e4.2-macosx-cocoa-x86_64-installer.dmg' and installed it on my Macbook running OS X 10.8.2.

    May I know how can I completely uninstall it from my Macbook without leaving any residue files behind? Besides moving the application itself from the /Applications folder to the trash, I also want to make sure all other files such as preferences files are also completely removed.

    I would truly appreciate advice from the Spring Source community. Thanks!

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    Move the application to the trash and also move any workspace folders to the trash. That's it.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Feb 2013
    Posts
    3

    Default

    Hi Andrew,

    What about the preferences file(s) created by STS? I found the following two plist files in my ~/Library/Preferences folder, are these files created by STS and do I also need to delete them away?

    org.springframework.uaa.plist
    org.springsource.sts.ide.plist

  4. #4
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    Quote Originally Posted by tuckmeng View Post
    org.springframework.uaa.plist
    org.springsource.sts.ide.plist
    Interesting, I was not aware of these files. Looks like these files are generated indirectly by STS through osx. They are safe to delete, of course. I am not sure how STS uses these files nor where they are generated from (my guess is that SWT (the windowing and widget toolkit) causes them to be generated through native calls to the OS).
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  5. #5
    Join Date
    Feb 2013
    Posts
    3

    Default

    Hi Andrew & Schnappi,

    Thanks for your advice.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •