Reputation: 351
Started STS using terminal in ubuntu 14.04 (./STS) and it turns white blank and didn't get started. And at terminal gets this info - org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
I am using Open JDK7 (1.7.0_65), STS - 3.6.1 and Ubuntu - 14.04 all 64 bit. Didn't get any log too. Please tell what to do?
Upvotes: 2
Views: 2234
Reputation: 26
Set mozilla as your browser in STS. To do that add
-Dorg.eclipse.swt.browser.DefaultType=mozilla
at the end of STS.ini
.
Upvotes: 1