Platform independent deployment

John Neffenger john at status6.com
Fri Oct 21 17:19:14 UTC 2022


On 10/21/22 2:36 AM, Thomas Reinhardt wrote:
> And after a little digging I think half of the artifacts should not have been platform dependent in the first place:

Indeed. See the last paragraph of the following pull request comment:

jgneff commented on Nov 22, 2021
https://github.com/openjdk/jfx/pull/446#issuecomment-976010424

reproduced below:

One bonus with reproducible builds is that you can compare across 
systems. For example, the following JAR files are now identical across 
operating systems and hardware architectures, just as one would expect:

     javafx.base.jar
     javafx.fxml.jar
     javafx.swing.jar
     javafx-swt.jar
     javafx.web.jar

I think the 'javafx.controls.jar' file will be identical as well once 
the build path problem is fixed (item #4 at the top of that pull request).

John



More information about the openjfx-dev mailing list