JAXB and Java 6
843834Aug 9 2008 — edited Aug 10 2008Hello,
I 've been using JAXB successfully under Java 5 by adding the jaxws-ri jars. Now I am trying to use the same code under java 6 (se), and expect the jdk to have core support for JAXB.
However, when I try to compile the code I get loads of error messages, for example not finding the class JAXBObject:
cannot find symbol
symbol : class JAXBObject
location: package com.sun.xml.bind
import com.sun.xml.bind.JAXBObject;
Can anyone point out what (obvious) mistake I made?
Thanks,
Abe