Jigsaw Quick Start guide
Mandy Chung
mandy.chung at oracle.com
Sat Jul 2 07:08:59 PDT 2011
On 7/2/11 8:30 PM, Rémi Forax wrote:
> On 07/02/2011 02:09 PM, Guillaume Mazoyer wrote:
>> Thank you for this quick start guide, it was very useful to me.
>>
>> While following the steps to create a module I was surprised when I
>> saw that
>> you put the module-info.java of org.astro in
>> src/org.astro/org/astro/. When
>> I did that the code didn't want to compile. So I was thinking the right
>> place for module-info.java was src/org.astro and I put it here. After my
>> code compiled without any problems.
>>
>> Is it an error in the guide or did I misunderstood something?
>>
>
> yes, there is an error in the guide:
>
> cat src/org.astro/org/astro/module-info.java
>
> should be
>
> cat src/org.astro/module-info.java
>
>
Oops... it's a cut-n-paste error. Thanks for reporting it. I'll fix that.
Mandy
More information about the jigsaw-dev
mailing list