|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Postgresql JDBC Driver source download problemHi,
From http://jdbc.postgresql.org/download.html, I tried to download JDBC source, no source zip of the supported versions can be opened by WinZip, and WinZip complains 'Error reading header after processing 0 entries". Did anyone meet the same problem? Could you please let me know how you resolved it or share with me a valid source zip of any version 8.1, 8.2 or 8.3 ? Appreciate your help very much! Jenny _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Postgresql JDBC Driver source download problemTry using 7-zip to read/write compressed archives. It can read that tar.gz file format on Windows (as well as many other formats).
I was able to open the version 8.3 source tarball with 7-zip 4.65 and decompress it fine. On Tue, Jun 30, 2009 at 9:20 PM, "Jenny" Guilian Wang <guilianwang@...> wrote: Hi, _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
|
|
Re: Postgresql JDBC Driver source download problemHi Jenny;
The source code downloadable from the page you mention is not a zip file. http://jdbc.postgresql.org/download/postgresql-jdbc-8.3-604.src.tar.gz is a gzipped tar file. You need gnu tar or any old tar and gunzip to get this back into a source tree. You may need other gnu tools to build it, I don't know. It may be the case that the easiest way to build it on Windows is to first install cygwin - available from http://www.cygwin.com/ - which will give you gnu tar, or alternatively you may wish to avail yourself of a Linux machine if you have one handy. If you just want to use it, you don't need to build it first; just get the appropriate jar file for your JVM and PostgreSQL version. "Jenny" Guilian Wang wrote: > Hi, > > From http://jdbc.postgresql.org/download.html, I tried to download > JDBC source, no source zip of the supported versions can be opened by > WinZip, and WinZip complains 'Error reading header after processing 0 > entries". > > Did anyone meet the same problem? Could you please let me know how you > resolved it or share with me a valid source zip of any version 8.1, > 8.2 or 8.3 ? > > Appreciate your help very much! > > Jenny > _______________________________________________ > postgis-users mailing list > postgis-users@... > http://postgis.refractions.net/mailman/listinfo/postgis-users > -- Regards, Chris Hermansen mailto:chris.hermansen@... tel+1.604.714.2878 · fax+1.604.733.0631 · mob+1.778.232.0644 Timberline Natural Resource Group · http://www.timberline.ca 401 · 958 West 8th Avenue · Vancouver BC · Canada · V5Z 1E5 _______________________________________________ postgis-users mailing list postgis-users@... http://postgis.refractions.net/mailman/listinfo/postgis-users |
| Free embeddable forum powered by Nabble | Forum Help |