eclipse - How do I disable Spring Dashboard on startup on GGTS? -
i installed ggts. it's been far it's starting annoy me how dashboard (window) keeps showing on start up. checked preferences there's nothing there switches off. attempted uninstall feature, ggts won't allow me.
you running bug: sts-3935. dashboard supposed stay closed when close it, in situations in sts 3.6.2 doesn't.
if upgrade newer version of sts problem should go away. if not want upgrade sts, can try running jdk 8 (so you'll new dashboard not subject bug).
or, workaround suggested in bug-report open manually edit preferences file @ workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.springsource.ide.eclipse.dashboard.ui.prefs
, add or change line:
org.springsource.ide.eclipse.dashboard.uidashboard.startup=false
read bug report if need more details.
Comments
Post a Comment