STS 4.6.0 shows empty the `Preferences` window [MacOS]
See original GitHub issueHello STS team!
I have:
- El Capitan 10.11.6
- Amazon Corretto Java 11
openjdk 11.0.6 2020-01-14 LTS
OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed mode)
I just migrated from STS 4.5.1 (this version and previous such as 4.5.0 had worked in peace with all software listed above) to 4.6.0.
When I open Preferences
Always show nothing
First time throughout these years I got this behaviour in Mac, BTW I got the expected Preferences
window in Ubuntu 18.04
and Windows 10
(both with Corretto Java 11 too), the problem is only in Mac
For these three OS I did do a clean or new installation process, for Mac 3 times and sadly the same behaviour. Even if in Mac I import a .epf
file this strange behaviour happens
Is it a bug?
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:33 (11 by maintainers)
Top Results From Across the Web
Mail preferences window is blank, mac os10.13.3
Need help with mail preferences. When I select mail preferences, the preferences window is empty (blank). Can the mail portion of os 10.13.3 ......
Read more >Lombok with Spring Tool Suite 4 - eclipse - Stack Overflow
I did install Lombok in Spring Tool Suite 4 just some days ago for Mac and Windows. And none problems. One: Execute java...
Read more >Spring Tools 4 (aka Spring Tool Suite 4) - Eclipse Marketplace
A direct and easy-to-use integration of the Spring Initializr and the famous Spring Guides allows you to go from nothing to a running...
Read more >Tools - Spring
Spring Tool Suite 4 makes it easy to get started. A direct and easy-to-use integration of the Spring Initializr and the famous Spring...
Read more >Getting Started with Spring Boot and Spring Tool Suite 4
Through it all, we use the powerful, lightning fast and super-smart Eclipse -based Sprin … Show more. Show more ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I always go to the
About
dialog, pressInstallation Details
and thenConfiguration
. That reveals all the system properties, where some point to the exact JDK/JRE that is used to run the IDE. I don’t trust the JRE preferences very much, since that easily finds all the various JDKs installed somewhere on your machine.As a summary, I double checked all this on my old MacBook Pro (running macOS El Capitan 10.11.6) (I tested Spring Tools 4 for Eclipse 4.6.0):
Running Spring Tools 4 for Eclipse 4.6.0 on top of Eclipse 4.15 causes the issue with the preference dialog, described above (empty nodes tree).
Running Spring Tools 4 for Eclipse 4.6.0 on top of Eclipse 4.14 works fine (with all the mentioned AdoptOpenJDKs and with a working preference dialog).
In case you want to grab a distribution of STS4 on Eclipse 4.14 for macOS, here is the download URL:
https://download.springsource.com/release/STS4/4.6.0.RELEASE/dist/e4.14/spring-tool-suite-4-4.6.0.RELEASE-e4.14.0-macosx.cocoa.x86_64.dmg
If you want to use one of the latest CI builds on top of Eclipse 4.14, you can find them here:
https://dist.springsource.com/snapshot/STS4/nightly-distributions.html
Hope this helps all folks running into this issue.