Re: The baby and the bathwater (the return)

2018-06-03 Thread Alan Bateman
On 03/06/2018 20:43, Remi Forax wrote: Hi all, There were discussions on that list [1] about the fact that beginning with Java 9, there were 2 ways to deploy modules, classpath vs module-path. I've discovered last Friday there that are not 2 configurations but 3 configurations. You can also us

Re: The baby and the bathwater (the return)

2018-06-03 Thread Jochen Theodorou
On 03.06.2018 21:53, Jonathan Gibbons wrote: Rémi, Generally, you should consider the runtime "module path" to be composed of three elements: the upgrade module path (--upgrade-module-path), the system modules (--system) and the user module path (--module-path). Depending on your requirements

Re: The baby and the bathwater (the return)

2018-06-03 Thread Jonathan Gibbons
Rémi, Generally, you should consider the runtime "module path" to be composed of three elements: the upgrade module path (--upgrade-module-path), the system modules (--system) and the user module path (--module-path).  Depending on your requirements, you may want to take --patch-module into a

The baby and the bathwater (the return)

2018-06-03 Thread Remi Forax
Hi all, There were discussions on that list [1] about the fact that beginning with Java 9, there were 2 ways to deploy modules, classpath vs module-path. I've discovered last Friday there that are not 2 configurations but 3 configurations. You can also use jlink [2] and in that case, the modules