Hi Carlos, This driver was actually developed a while ago - it uses pg73jdbc2.jar, available in the "archived" secion of the postgres jdbc driver site. I'd like to be able to update it to work with a new driver version, and also to work with JUMP 1.1, but this is mostly just a "hope this helps, fix it yourself..." sort of release as it is not a priority development item right now. Of course, we will accept patches from anyone who wants to add such functionality. We will update the download package to include the correct postgres jdbc driver, it will be available on the site soon. Chris Quoting Carlos Ho Shih Ning : > Hello, > > As advertised on the Refractions website regarding to Postgisdriver-1.0 > "This JUMP 1.0 plug-in will provide basic support for reading and writing > from a PostGIS database. > Currently only JUMP 1.0 is supported" > > I used the two versions of JUMP (1.0 and 1.1) with the postgisdriver-1.0.zip > from the > http://postgis.refractions.net/download.php site. And in both cases > I also included the postgresql.jar in the Jump/lib directory and > an error message comes out > ... > java.lang.IllegalStateException: Expected ')' or ',' but encountered 'E-19' > at > net.refractions.postgis.PostGISConnection.executeQuery (PostGISConnection.java:179) > at > com.vividsolutions.jump.workbench.datasource.LoadDatasetPlugIn.run(Unknown > Source) at > com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run (Unknown > Source) at java.lang.Thread.run(Thread.java:536) > ... > > Because the first error message requested an org.postgresql.Driver I tried > the > different available drivers (pg73jdbc3.jar, pg73jdbc2ee.jar, pg72jdbc1.jar, > pg72jdbc2.jar, pg73jdbc2.jar) and none of the prevented the error above to > come out. > > I would like to know if someone has ever succeeded in making Jump work with > driver. > If so which are the jar files that I need? > > thank you in advance > Carlos > > > > _______________________________________________ > postgis-users mailing list > postgis-users@postgis.refractions.net > http://postgis.refractions.net/mailman/listinfo/postgis-users >