Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Checkstyle plugin for Spring Tool Suite appears installed but I can not access it

I have recently installed Spring Tools Suite 3.6.3 and then installed the "Checkstyle" plugin via Help -> Eclipse Marketplace. "Checkstyle" plugin version was 6.2.0. However, although the installation was successful I cannot configure the Check configuration because I simply cannot acces the Windows -> Preferences - > Checkstyle option in STS as if the plugin was not installed. Please help. Thank you.

Note my OS is Windows 7

like image 238
Alexandru Marian Obaj Avatar asked Nov 10 '22 20:11

Alexandru Marian Obaj


1 Answers

I had the same problem with STS 3.6.3 SR1 (Platform Luna SR1 (4.4.1)). I solved the problem deinstalling Checkstyle 6.2.0 and installing 6.1.1 instead - that version works!

After deinstalling the plugin, go to http://eclipse-cs.sourceforge.net/#!/install -> follow the steps "...From an update site archive" (you will be directed to http://sourceforge.net/projects/eclipse-cs/files/Eclipse%20Checkstyle%20Plug-in/ where you can download older versions as update sites).

like image 74
filantropito Avatar answered Nov 14 '22 22:11

filantropito