I was able to solve this issue by setting my projects (CN1 core, CN1-JavaSE and my CN1 app) compiler compliance level to 10 and then back to 1.8 (which forced a rebuild of all classes). I don't really know what appened (probably a class file that was corrupted). I hope this is now solved for good and that it won't appear again (as the last time, I manually performed a rebuild of CN1-JavaSE and it solved the issue but only temporarily as I was only able to run my app once in the simulator after that...) else I would fill an issue on github
On Friday, August 23, 2019 at 4:32:24 AM UTC+2, Shai Almog wrote: > > From this it looks like a problem with the Eclipse plugin: > https://stackoverflow.com/questions/21607971/javafx-upcall-cannot-cast-jsobject > That's odd since this shouldn't be impacted by eclipse in any way... I'll > have to look into it. Please file an issue. > -- 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/a5e605c8-1e17-484d-8a54-9b11d580d993%40googlegroups.com.
