Alan, with ";" jlink works perfect with jdk9-jigsaw-b83 :-)
Thanks Wolfgang -----Original Message----- From: Alan Bateman Sent: Samstag, 24. Oktober 2015 18:37 To: Wolfgang Weigend; [email protected] Subject: Re: An exception has occurred in jlink On 24/10/2015 17:32, Wolfgang Weigend wrote: > Dear folks, > > > > I tried the jdk 9 EA jigsaw b83 with the quick start example as below. > > > > C:\>jlink --modulepath C:\projects\jdk1.9.0\jmods:mlib --addmods > C:\src\com.greetings --output greetingsapp The path separator on Windows is ";" so replace this with "C:\projects\jdk1.9.0\jmods;mlib" and I expect it should be work. Also you might want to grab the latest download (based on jdk9-b86) to get the latest jlink. -Alan
