java.lang.StackOverflowError when pressing FX ComboBox on Android

大城市里の小女人 提交于 2019-11-27 16:30:56

You can create the java.custom.properties file, and include in it this property:

monocle.stackSize=128000

You can override other system properties as well by including them with their new values.

Put the file at the root of your classpath, e.g. in the folder src/android/resources of your project.

You can find this FAQ here here and all the documentation for JavaFXPorts here.

Check if this solves your exception.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!