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.