Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-15 Thread Alan Bateman
On 14/09/2015 20:11, Rahman USTA wrote: Yes with "--limitmods com.greetings" the result as I expected. So, why jlink links all modules without resolving over the root "org.greetings" module? When jlink links all modules? The -limitmods option is limiting the set of observable modules to com.g

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-14 Thread Alan Bateman
On 14/09/2015 17:48, Rahman USTA wrote: |jlink --modulepath %JAVA_HOME%/jmods;mlib --addmods com.greetings --output greetingsapp| After last step, greetingsapp folder generated with all Jigsaw modules. How can I include just base mod or other compact mods ? I assume what you are seein

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-11 Thread Alan Bateman
On 10/09/2015 22:21, Mani Sarkar wrote: Hi Alan, Thanks for the detailed explanation and it would be great to find this in your docs - I will link to it. The reasons I understood, jimage might go away, as I read this https://bugs.*openjdk*.java.net/browse/JDK-8049369

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-10 Thread Mani Sarkar
Hi Alan, Thanks for the detailed explanation and it would be great to find this in your docs - I will link to it. The reasons I understood, jimage might go away, as I read this https://bugs. *openjdk*.java.net/browse/JDK-8049369. But now its clear, they both have their place - I did think of jim

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-10 Thread Alan Bateman
On 10/09/2015 17:15, Mani Sarkar wrote: Hi Rory, I have played with the Jigsaw JDK using the Quick starter guide and have this to share with our community: https://github.com/neomatrix369/jdk9-jigsaw There is a small mistake in the example on Services (see my implementation you will spot it

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-10 Thread Mani Sarkar
Hi Rory, I have played with the Jigsaw JDK using the Quick starter guide and have this to share with our community: https://github.com/neomatrix369/jdk9-jigsaw There is a small mistake in the example on Services (see my implementation you will spot it soon), also the Services example explains mor

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-09 Thread Mani Sarkar
Thats great Rory, thanks for the heads up - I have shared it with the respective communities. Cheers. Mani On Wed, Sep 9, 2015 at 6:08 PM, Rory O'Donnell wrote: > > Hi All, > > Early-access builds of JDK 9 with Project Jigsaw are available for > download at jdk9.java.net/jigsaw