Dinesh Chothe a écrit :
> I am new to geotools, and to begin I am trying to load a simple
> shapefile and display its geometry and points.
> For this I have been  trying  to  install maven tool.
> But I have not got success to to install it.Now  I am
> facing following error,
>
> [...snip...]
>
> /home/ignu/dinesh/gt2-2.3.0/module/referencing/src/org/geotools/referencing/factory/epsg/SimpleDataSource.java:[99,7]
> org.geotools.referencing.factory.epsg.SimpleDataSource is not abstract
> and does not override abstract method isWrapperFor( java.lang.Class) in
> java.sql.Wrapper


Geotools 2.3 do not compiles with Java 6, because new methods were added in JDBC
interfaces. You need to do one of the following:

* Compile Geotools 2.3 with Java 4 or 5.
* Or compile Geotools 2.4 (still in development).

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-gt2-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to