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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -