Skip to content

12. IDE instructions

Ilkka Seppälä edited this page Mar 26, 2016 · 26 revisions

Eclipse

  • Clone the project
  • Download Eclipse
  • Configure Checkstyle
  • Window - Preferences - Checkstyle - New - External Configuration File -> Name it and point to checkstyle.xml -> Set as default
  • Right click project and choose Checkstyle - Create formatter profile
  • Window - Preferences - Java - Code style - Formatter - Active profile -> choose the one you just created -> Apply