Hi Lennart, You should be able to use the packager from JDK 10, see https://bugs.openjdk.java.net/browse/JDK-8203379.
There is a draft for a replacement, see https://bugs.openjdk.java.net/browse/JDK-8200758. - Nir On Tue, Aug 7, 2018 at 12:28 PM, Lennart Börjeson <lenbo...@gmail.com> wrote: > I'm migrating to JDK 11 and OpenJFX 11, and would like to continue using > the packager and the associated packager service (i.e. the UserJvmOptions). > > AFAIK, those are gone from the available binary builds, but still there in > the code. Is there a way to use them without resorting to build openjfx > myself? If not, is there some alternative to the UserJvmOptions? > > > (I'm currently working around my problems by building both openjfx and the > JDK, and bundling openjfx with the JDK, just like in the good old days...) > > Best regards, > > /Lennart Börjeson > > >