Encoding OS and Arch into jfxrt.jar?

Kevin Rushforth kevin.rushforth at oracle.com
Wed Mar 21 06:37:46 PDT 2012


Tom Schindl wrote:
> Would it be possible to encode informations about the operating system
> and architecture into the jar's MANIFEST.MF?
>   

Good question. Encoding the build number (essentially 
javafx.runtime.version) might be useful too. If you can file a JIRA 
we'll look into it for 2.2. No promises, though.

> Another doubt i have is when packaging for multiple architectures - from
> the jar-size it looks like win32 and win32_64 jars are of equal size but
> are they really equal?

They should be equal, although they are build on separate systems at 
separate times so at least the timestamps will be different.

-- Kevin


More information about the openjfx-dev mailing list