[postgis-users] where's the postgis.jar i compiled?

Michael Mallete mrmallete at yahoo.com
Wed Aug 25 18:47:16 PDT 2004


hello again mr. david! i see. i'll try this out. thank
you so very much for your response, you've been most
helpful. :)


-Myk


>Hi
>
> I compiled PostGIS from CVS of 17 August 2004...
>
>Actually you need to do
>
>		make jar
>
>in order to have postgis.jar
>
>and you need the jdbc driver depending on the version
>you use for postgresql
>7.1,7.1, 7.3 and so on....
>
>if you want: here is what I do on Windows (using
>MinGW)  >but I don't know if
>it could be a great help for you
>
>	I have
>
>- PostgreSQL 800 beta 1 (cvs from 17 august 2004)
>- PostGIS f( cvs from 17 august 2004)
>- java 1.4_204 installed in (C:\j2sdk1.4.2_04 path
>Windows for my java)
>
>All you have to do is to make the changes that you
need
>
>I.  Java Version
>
>	For the java version you have just do
>
>			java -version
>
>II Download the JDBC PostgreSQL Driver
>
>	Depending on your postgresql version
>
>	I downloaded pg74.215.jdbc3.jar from
>http://jdbc.postgresql.org/download.html (see in this
>page the driver jdbc
>you need)
>
>	I put it in postgis/jdbc
>
>III. Compilation and installation
>
>In the makefile (postgis/jdbc/Makefile), I did the
>changes
>
>JAVAC = /c/j2sdk1.4.2_04/bin/javac
>JAVA = /c/j2sdk1.4.2_04/bin/java
>JAR = /c/j2sdk1.4.2_04/bin/jar
>CLASSPATH = ./pg74.215.jdbc3.jar:.
>
>then I do
>
>	make
>
>and for the postgis.jar
>
>I did
>
>	make jar


		
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush



More information about the postgis-users mailing list