On Thu, 7 Oct 2004, Ahmed Mousaad wrote:
> hi,
> here i'm in the last step of installing postgis, i did
> the command(make) in postgre [postgresql-7.
> directory]/contrib/posgis-0.9.0/jdbc .
> finally i had no error, but where is the generated
> postgis.jar file .
> thanks alot.
A plain "make" only builds the classes, it does not create the jar file.
To do that you have to run "make jar".
Kris Jurka