Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JAXB and Java 6

843834Aug 9 2008 — edited Aug 10 2008
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2008
Added on Aug 9 2008
2 comments
267 views