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