Hello, I am taking over a project, and the person before me has code that needs GeoTools to operate correctly. Here is one sample from the code.
import org.geotools.data.shapefile.ShapefileDataStore;
The error says The import org.geotools cannot be resolved.
I have downloaded GeoTools but I do not know how to import it into java.
Thanks,
Chris