RE: Use classes in unnamed module that are also contained in a JDK platform/runtime module

2017-07-10 Thread Langer, Christoph
Hi Alex, > On 7/6/2017 11:37 PM, Langer, Christoph wrote: > >> On 7/4/2017 12:02 AM, Langer, Christoph wrote: > >>> I have some piece of software that we ship as a jar file and > >>> which will hence run on a JDK 9 in the unnamed module. However, > >>> this jar file contains a package that is also

Re: Use classes in unnamed module that are also contained in a JDK platform/runtime module

2017-07-07 Thread Alex Buckley
On 7/6/2017 11:37 PM, Langer, Christoph wrote: On 7/4/2017 12:02 AM, Langer, Christoph wrote: I have some piece of software that we ship as a jar file and which will hence run on a JDK 9 in the unnamed module. However, this jar file contains a package that is also contained in our JDK image in a

RE: Use classes in unnamed module that are also contained in a JDK platform/runtime module

2017-07-06 Thread Langer, Christoph
Hi Alex, > On 7/4/2017 12:02 AM, Langer, Christoph wrote: > > I have some piece of software that we ship as a jar file and which > > will hence run on a JDK 9 in the unnamed module. However, this jar > > file contains a package that is also contained in our JDK image in a > > module that is always

Re: Use classes in unnamed module that are also contained in a JDK platform/runtime module

2017-07-06 Thread Alex Buckley
Hi Christoph, On 7/4/2017 12:02 AM, Langer, Christoph wrote: I have some piece of software that we ship as a jar file and which will hence run on a JDK 9 in the unnamed module. However, this jar file contains a package that is also contained in our JDK image in a module that is always part of th

Re: Use classes in unnamed module that are also contained in a JDK platform/runtime module

2017-07-04 Thread Alan Bateman
On 04/07/2017 08:02, Langer, Christoph wrote: Hi experts, probably this was already asked or discussed here but I don't find an exact answer for my type of issue, so I'm asking again. I have some piece of software that we ship as a jar file and which will hence run on a JDK 9 in the unnamed m

Use classes in unnamed module that are also contained in a JDK platform/runtime module

2017-07-04 Thread Langer, Christoph
Hi experts, probably this was already asked or discussed here but I don't find an exact answer for my type of issue, so I'm asking again. I have some piece of software that we ship as a jar file and which will hence run on a JDK 9 in the unnamed module. However, this jar file contains a package