The specific problem lies in the fact that the API for DataSource changed in Java 1.6, and requires implementing classes to support extra methods in the interface that weren't there in 1.4/1.5. Hence our DetailedDataSource class, which was written to comply with the 1.4/1.5 APIs do not support the 1.6 API and will require modification to do so.
cheers, Richard 2008/5/9 Renato Golin <[EMAIL PROTECTED]>: > Syed Haider wrote: >> >> are you on Fedora ? > > Ubuntu 8.04 > > I'm getting the java 1.5 and will try again. > > thanks, > --renato > > -- > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm >
