1. Walk path only accepts List<Position> as its parameter not Position[], because its the new walking system not the one from 2014
2. You have to
import java.util.List;
not
import java.awt.List;
Because awt.List is a display element and util.List is a generic type for collections