An exception has occurred in jlink
Alan Bateman
Alan.Bateman at oracle.com
Sat Oct 24 16:37:04 UTC 2015
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
More information about the jigsaw-dev
mailing list