Sorry, this reply was meant for your other question about JAXB. On Fri, Jan 10, 2020 at 2:23 PM Steve Hannah <[email protected]> wrote:
> This is related to JDK removing JAXB in JDK9. We have some workarounds in > place to deal with this, but it appears they aren't working here. For now, > workaround this by using JDK8. > > On Fri, Jan 10, 2020 at 1:23 PM Mark Bolduc < > [email protected]> wrote: > >> If you are experiencing an issue please mention the full platform your >> issue applies to: >> IDE: NetBeans/Eclipse/IDEA Netbeans 11 >> Desktop OS Windows 10 Pro >> Simulator Latest >> Device Gui Builder >> >> Gui Builder adds events at end of line in source .java code >> >> I have a class (class UpdateTitleClockA3HomePage extends Thread) defined >> at bottom of code >> >> The Gui Builder appends the file with the event methods after clicking on >> event in gui builder. >> >> This causes a build failure. >> >> The fix is simple, move the new methods within the public class >> associated with the Gui Build. >> >> Regards. >> >> -- >> 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/20cd79e1-2eaa-49ea-bf37-af56bf947dde%40googlegroups.com >> <https://groups.google.com/d/msgid/codenameone-discussions/20cd79e1-2eaa-49ea-bf37-af56bf947dde%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > Steve Hannah > Software Developer > Codename One > http://www.codenameone.com > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- 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/CAGOYrKVe6T-uEnC1zCZaCpN2Z8Gg%3D6MPSxis3mKZY2uheXnrEw%40mail.gmail.com.
