Ad GraalVM and JavaFX (Re: Remove JavaFX JPMS enforcement

Michael Paus mp at jugs.org
Mon Apr 20 17:29:26 UTC 2020


The Android/iOS work is based on GraalVMs Native Image which has some 
limitations.
These can be found here: 
https://github.com/oracle/graal/blob/master/substratevm/LIMITATIONS.md
I stumbled over the problem with Method Handles when I tried to 
integrate some third-party
software into it. (E.g. Log4J and NSMenuFX)(I had to abandon Log4J and 
fixed the problems in NSMenuFX.)

Am 20.04.20 um 15:26 schrieb Rony G. Flatscher:
> On 20.04.2020 15:06, Michael Paus wrote:
>> This is deviating quite a bit from the original issue of this thread, isn't it?
>>
>> As a side note: MethodHandles are not supported by GraalVM native image
>> and so this would probably collide with the attempts to get JavaFX running
>> on Android/iOS.
> Would you have some link where there would be a technical overview about how Java and JavaFX support
> gets currently realized under Android/iOS? Also, how is reflection supposed to be carried out on
> that platform, ie. is java.lang.reflect available?
>
> ---rony
>
>



More information about the openjfx-dev mailing list