BigDecimal is a class in java.math package and you can not access it directly so you need to import it as,

import java.math.BigDecimal;