Currently javafx native libs for Mac are universal binaries, i.e. they are including 3 copies of the code for 3 different platforms.
JNLP files have means to deliver platform specific copy of native library.
We should consider splitting universal binaries into 3 pieces and referencing them separately.
This is applicable to both jogl and javafx runtime.
This should reduce download size for the cold start users on Mac.
JNLP files have means to deliver platform specific copy of native library.
We should consider splitting universal binaries into 3 pieces and referencing them separately.
This is applicable to both jogl and javafx runtime.
This should reduce download size for the cold start users on Mac.