STS.app on Mac 10.12.1 always creates a new org.springsource.sts folder in .eclipse

I downloaded and installed STS 3.8.2 on my Mac (10.12.1). Each time the STS.app file is launched, it creates a new org.springsource.sts_3.8.2.RELEASE _ ######## _ macosx_cocoa_x86_64 folder in the hidden .eclipse folder (hashes because I have a lot of the same the hash folder itself is the only difference). In this case, the standard workspace and all the plug-ins that I installed the last time it was launched are destroyed (because they exist in the previous folder ####).

I tried installing the previous versions 3.8.1 and 3.8.0, but they do the same. My previous STS installation started from version 3.7 and was updated to 3.8.1, but will no longer be updated due to update errors that I cannot fix (none of the StackOverflow fixes worked for me).

Is there a way to prevent STS from creating a new folder (instance) in the .eclipse folder every time it starts? If so, how?

+6
source share
2 answers

This is reported in STS and described here: https://issuetracker.springsource.com/browse/STS-4406

Corresponding error in Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=507328

:

macOS Sierra Gatekeeper App Translocation, , . Eclipse/STS , .

macOS Sierra , Eclipse/STS "" . , Eclipse/STS ...: - (

:

  • A) STS.app tar.gz( Finder, ). "", , - ( ).

  • B) Eclipse/STS, Executable ( STS.app/Contents/MacOS). .

+8

- Apple - STS 3.9.8 ( , 3.9.9), Eclipse . MacOS Sierra, , "", - , /Applications DMG - , Dislocation , "xattr" , .

sudo xattr -r -d com.apple.quarantine/Applications/sts.app

-r ( macOS ), -d .

,

sudo xattr/Applications/sts.app

- . "", .

, macOS 10.12.6

0

Source: https://habr.com/ru/post/1016042/


All Articles