jaxb2.0问题 在线等
乱世不浮生 2008-10-27 03:32:17 在做object绑定到xml时报错:
javax.xml.bind.MarshalException
- with linked exception:
[javax.xml.bind.JAXBException: class java.awt.Color nor any of its super class is known to this context.]
at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.write(Unknown Source)
at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.marshal(Unknown Source)
at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(Unknown Source)
at test.Test2.main(Test2.java:35)