Re: Question about java.system.class.loader and the module system

2021-03-08 Thread Alan Bateman
On 03/03/2021 20:12, Volker Simonis wrote: : Maybe I should have been more specific. I meant that the paragraph on "java.system.class.loader" should contain one more sentence mentioning that setting it will only have the desired effects for the loading of application classes for non-modularized a

Re: Question about java.system.class.loader and the module system

2021-03-03 Thread Volker Simonis
Hi Alan, thanks for the quick response. Please find my answers inline On Wed, Mar 3, 2021 at 1:38 PM Alan Bateman wrote: > > On 03/03/2021 10:43, Volker Simonis wrote: > > : > > > > My question now is if this is an inherent property of the module > > system or merely an implementation detail? I.

Re: Question about java.system.class.loader and the module system

2021-03-03 Thread Alan Bateman
On 03/03/2021 10:43, Volker Simonis wrote: : My question now is if this is an inherent property of the module system or merely an implementation detail? I.e. would it be possible to put the application module into its own layer and initialize that only later when the custom system class loader w

Question about java.system.class.loader and the module system

2021-03-03 Thread Volker Simonis
Hi, I have a question about how changing the system class loader by setting "java.system.class.loader" interacts with the module system. I couldn't find a lot of information on this topic but if it has been discussed before please point me to the corresponding place. Traditionally, setting "java.