Hi John, Looks like something that wont compile in java 6 due to a method being added to the java.sql.Wrapper interface. Your options are to use a java 4 or 6 jdk, ... or patch SimpleDataSource and add the isWrapperFor(Class) method.
-justin John Cartwright wrote: > Hello All, > > I'm trying to compile 2.3.4 from source on a RHEL5 platform w/ jdk1.6. > I'm stopped by the exception: > > /extra/contrib/geotools-2.3.4/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 > > Can someone suggest a way around this issue? > > Thanks! > > -- john > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > !DSPAM:4007,46cc63a098661431913854! > -- Justin Deoliveira The Open Planning Project http://topp.openplans.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
