Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Introduction to Functional Programming Reduction and Aggregation Reduce Housing Records

Apache imports broken on first Reduction and Aggregation code challenge

Has anyone else had an issue where the Apache imports prevent your HousingRecordService class from running? Are the objects or references left out of the project provided to us?

Error:(4, 30) java: package org.apache.commons.csv does not exist
Error:(5, 30) java: package org.apache.commons.csv does not exist
Error:(15, 37) java: package org.apache.commons.csv does not exist
Error:(15, 1) java: static import only from classes and interfaces
Error:(18, 11) java: cannot find symbol
  symbol:   class CSVParser
  location: class com.teamtreehouse.challenges.homes.service.HousingRecordService
Error:(23, 18) java: cannot find symbol
  symbol:   class CSVRecord
  location: class com.teamtreehouse.challenges.homes.service.HousingRecordService
Error:(27, 39) java: cannot find symbol
  symbol:   class CSVRecord
  location: class com.teamtreehouse.challenges.homes.service.HousingRecordService
Error:(20, 67) java: cannot find symbol
  symbol:   variable RFC4180
  location: class com.teamtreehouse.challenges.homes.service.HousingRecordService
Error:(20, 12) java: cannot find symbol
  symbol:   variable CSVParser
  location: class com.teamtreehouse.challenges.homes.service.HousingRecordService

Having the same issues with the "Using a range to produce a menu" code challenge...