javafxmobile-plugin
javafxmobile-plugin copied to clipboard
VM used on Android does not have java.lang.management.* classes
Deploying to Android (any version) results in a java.lang.NoClassDefFoundError b/c the java.lang.management classes when there's a dependency on log4j (just an example).
Exception
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;
Example
Depending on log4j may result in the following exception b/c the management classes are not present:
Rejecting re-init on previously-failed class java.lang.Class<org.apache.logging.log4j.core.lookup.JmxRuntimeInputArgumentsLookup>
Is there a plan to bring the Android support up to par with GluonVM or is there a plan to use GluonVM on Android?