Which version of the JDK are you using the run the IDE? Try explicitly adding jaxb to your JDK path. The removal of that library caused a lot of pain here. We hope to remove the dependency on that in the near future.
On Tuesday, January 12, 2021 at 9:04:52 PM UTC+2 [email protected] wrote: > I am trying to run Android build, but I get this exception in build.xml: > *java.lang.NoClassDefFoundError: > com/sun/xml/bind/v2/model/annotation/AnnotationReader* > > Also, I don't know if it's relevant but I get this in log too: > *Processing GUI builder file: C:\Users\.....\Form.java* > *Attempting to generate GUI sources for > C:\Users\......\res\guibuilder\com\......\Form.gui with System JAXB* > *Failed to generate Gui Source with System JAXB. Will attempt using > bundled JAXB.* > > How can I fix this problem? > > Thank you. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/9a267957-1def-495a-8071-d56490ff5cdfn%40googlegroups.com.
