Here is the information I found: - https://jaxb.dev.java.net/guide/Which_JAXB_RI_is_included_in_which_JDK_.html - https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6.html
Cheers, Jody Bolla Péter wrote: > Hi Jody, > > This sounds strange to me, I've never seen a copilation error like > this before... (the class is required by what?) > >>> C:\java\geotools\trunk\modules\unsupported\xml-gpx\src\main\java\org\geotools\gpx\bean\CopyrightType.java:[44,27] >>> >>> incomp >>> atible types >>> found : javax.xml.bind.annotation.AccessType >>> required: javax.xml.bind.annotation.XmlAccessType > > If I change the import to XmlAccessType, eclipse says that there is no > class XmlAccessType. > > -snip- > > The cause is that you are trying to compile with JDK 1.6.0. It > compiles well with 1.5.0. Should it compile with 1.6.0 as well? > > Peter > ------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
