Skip to content Skip to sidebar Skip to footer

Java.lang.stackoverflowerror When Pressing Fx Combobox On Android

When using JavaFXPorts on Android (Android 4.1.1 on Asus Transformer Prime TF201 tablet), a java.lang.StackOverflowError is thrown when pressing on a ComboBox (see below the top st

Solution 1:

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 herehere and all the documentation for JavaFXPorts here.

Check if this solves your exception.

Post a Comment for "Java.lang.stackoverflowerror When Pressing Fx Combobox On Android"