I would like to query the PostGIS/PostgreSQL database from Java.
PostgreSQL 9.4 is installed.
PostGIS 2.1 Bundle for PostgreSQL 9.4 is installed through Stack Builder.
The PostGIS manual says: "Java clients can access PostGIS "geometry" objects in the PostgreSQL database either directly as text representations or using the JDBC extension objects bundled with PostGIS. In order to use the extension objects, the "postgis.jar" file must be in your CLASSPATH along with the "postgresql.jar" JDBC driver package."
Where do I find the postgis.jar file?