Thread: where is postgis.jar ?!
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. Ahmed Mousaad _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Hi, Ahmed, I'm relatively shure that the postgis mailing list is the better place for this question, so I forward your mail there. On Thu, 7 Oct 2004 02:52:28 -0700 (PDT) Ahmed Mousaad <pos_321@yahoo.com> 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. > Ahmed Mousaad > -- markus schaber | dipl. informatiker logi-track ag | rennweg 14-16 | ch 8001 zürich phone +41-43-888 62 52 | fax +41-43-888 62 53 mailto:schabios@logi-track.com | www.logi-track.com
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
Don't you have to do: ./configure --with-java Then make I thought it was a requirement of the configure script? On Thu, 7 Oct 2004, Kris Jurka wrote: > Date: Thu, 7 Oct 2004 08:58:26 -0500 (EST) > From: Kris Jurka <books@ejurka.com> > To: Ahmed Mousaad <pos_321@yahoo.com> > Cc: pgsql-jdbc@postgresql.org > Subject: Re: [JDBC] where is postgis.jar ?! > > > > 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 > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faqs/FAQ.html > -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 (252) 478-8087 (Home) (919) 319-1099 x117 (Work) Chief Architect JPlate http://sourceforge.net/projects/jplate Chief Architect JavaPIM http://sourceforge.net/projects/javapim
On Thu, 7 Oct 2004, Scot P. Floess wrote: > Don't you have to do: > > ./configure --with-java > > Then > > make His question was about PostGIS a geometric add on for PostgreSQL. It has a separate build procedure. Kris Jurka
My apologies! I should have read the subject line more clearly :D On Thu, 7 Oct 2004, Kris Jurka wrote: > Date: Thu, 7 Oct 2004 11:02:49 -0500 (EST) > From: Kris Jurka <books@ejurka.com> > To: Scot P. Floess <floess@mindspring.com> > Cc: Ahmed Mousaad <pos_321@yahoo.com>, pgsql-jdbc@postgresql.org > Subject: Re: [JDBC] where is postgis.jar ?! > > > > On Thu, 7 Oct 2004, Scot P. Floess wrote: > > > Don't you have to do: > > > > ./configure --with-java > > > > Then > > > > make > > His question was about PostGIS a geometric add on for PostgreSQL. It has > a separate build procedure. > > Kris Jurka > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org > -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 (252) 478-8087 (Home) (919) 319-1099 x117 (Work) Chief Architect JPlate http://sourceforge.net/projects/jplate Chief Architect JavaPIM http://sourceforge.net/projects/javapim