Re: alternative packaging; module declaration not packaged with module contents

2016-07-28 Thread Andrew Dinn
On 28/07/16 12:12, Alan Bateman wrote: > OOTB, the JDK supports modular JARs and exploded modules at compile-time > and run-time. There is also a niche format called JMOD for packaging > modules that are only consumed at link time, interesting when creating > custom run-time images with jlink, prob

Re: alternative packaging; module declaration not packaged with module contents

2016-07-28 Thread Alan Bateman
On 28/07/2016 10:42, Andrew Dinn wrote: : Well, that is a complete surprise to me. I have not seen this explained or documented anywhere. Could you point me at the relevant documentation so I can understand how I need to configure such a split deployment or at least provide me with more details