PR for Android available

Johan Vos johan.vos at gluonhq.com
Sun Aug 4 19:00:40 UTC 2019


Hi Michael,

With the PR, it is also possible to generate libjvm.a (at least for client,
I didn't test server), hence in theory you can use the HotSpot VM as well.
While that is interesting and good for testing, I think the major usage is
indeed with GraalVM.

As for native libs in jars: that should still be possible.

- Johan

On Sun, Aug 4, 2019 at 11:40 AM Michael Paus <mp at jugs.org> wrote:

> Hi,
>
> I assume this is intended to be used together with the GraalVM or will
> there
> be any other options to use it? Do you already have an idea when a first
> beta
> for Java Mobile for Android may be available?
>
> Somewhere else you wrote that you have to create static libraries for
> JavaFX
> in order to get them running with GraalVM. So I am wondering how you will
> deal with user code which contains dynamic native libraries, e.g., the
> native
> libraries packaged into the SQLite jar.
>
> Michael
>
> Am 02.08.19 um 11:50 schrieb Johan Vos:
> > Hi,
> >
> > The required changes for iOS are merged in the github sandbox repo [1].
> > I now created a PR containing the changes for Android [2]. It's still
> work
> > in progress, as I have to clean up a few things (e.g. the use of
> > __USE_GNU), but it builds ok for me.
> >
> > [1] https://github.com/mobileopenjdk/jdk/
> > [2] https://github.com/mobileopenjdk/jdk/pull/2
> >
> > - Johan
>
>
>


More information about the mobile-dev mailing list