[postgis-users] hack PostGIS driver for JUMP-1.1

Carl Anderson carl.anderson at vadose.org
Sun Jan 4 08:24:05 PST 2004


>From: Ralph Mason <masonralph at y...>

>Has anyone modified the Postgis driver to run with Postgres 7.4 and
> Jump 1.1?

I spent this weekend setting up eclipse to be able to edit the JUMP-1.0  
driver.

A (barely) working driver for JUMP-1.1 is attached

notes


JUMP PostGIS Driver 1.1 pre

This is a quick hack to get the driver running.
Changed 3 methods in PostGISConnection
    added dummy stub parameter TaskManager to
       executeQuery(String query, TaskManager Tm)
       executeUpdate(String query, FeatureCollection collection,  
TaskMonitor Tm)
       executeQuery(String query, Collection exceptions, TaskMonitor  
Tm)

with no other changes
carl.anderson at vadose.org (01-03-2004)

Note: This driver is intended for use with JUMP 1.1, which is available  
at
www.vividsolutions.com/jump.

Installation:

1. unzip the jar file: postgisdriver-1.1-pre.jar into the lib/ext/
directory of
   the JUMP installation.


don't forget to put pg73jdbc2.jar in the CLASSPATH list in the startup  
file
   JUMPWorkbench.bat
or
   JUMPWorkbench-unix.sh


C.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postgisdriver-1.1-pre.jar
Type: application/octet-stream
Size: 27400 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20040104/9362a26d/attachment.obj>


More information about the postgis-users mailing list