Lanching off modulepath directory?
Sahoo
sanjeeb.sahoo at oracle.com
Mon Mar 19 07:58:36 PDT 2012
On Monday 19 March 2012 05:00 PM, Alan Bateman wrote:
> It's not in jigsaw/jigsaw yet but when it is then you should be able
> to do "java -mp modules -m m1". Note the option is -modulepath or -mp,
> not -L as that is used to specify a module library. The jmod command
> is used to create and manage a module library where you may have
> multiple versions of m1 and m2 installed (which may help with your
> other question).
Thanks, Alan. Initially I tried java -modulepath, but it failed, so I
tried with -L. Now I understand why I didn't work. Yes, I am aware of
jmod command and used it in my other samples. In this particular case, I
was exploring the iterative development use case. I feel I have raised a
different issue in my other email and it will be responded separately.
Sahoo
More information about the jigsaw-dev
mailing list