[MRJAR] Entry order matters?

Alan Bateman Alan.Bateman at oracle.com
Sun Sep 4 20:50:00 UTC 2016


On 04/09/2016 18:01, Robert Scholte wrote:

> Hi,
>
> we have this demo application[1] to show how you can generate a 
> multirelease JAR right now with Maven.
> However, in my case the result for Java9 is very unstable. Most of the 
> time I get something like
> 9-ea+133-jigsaw-nightly-h5435-20160828
> BASE
>
> but I would expect
> 9-ea+133-jigsaw-nightly-h5435-20160828
> FROM BASE -> NINE
>
> Once I had both a successful and a failing jar, I compared the content:
Just to double check. For the failure case then are you sure that that 
"Multi-Release: true" is in the main manifest. Also if you "unzip <jar> 
-d <somedir>" then does everything look okay?

-Alan


More information about the jigsaw-dev mailing list