Code Snippet

Just another Code Snippet site

[Eclipse] Boost Eclipse/STS perf

Uninstall plugins :
Help > About Eclipse/STS > Installation Details

Disable plugins :
Window > Preferences > General > Startup and Shutdown

Disable Spell checker :
Window > Preferences > Search “Spell”

Start Eclipse/STS using “clean” mode :
Add -clean option

Disable ‘.class’ file validation :
Add -Xverify:none option

,


Comments are currently closed.