On February 24, 2018 12:33:25 PM UTC, Mark Raynsford
wrote:
>On 2018-02-24T07:53:16 +
>Alan Bateman wrote:
>>
>> The JarFile API does this for you. Are you sure you've used the
>> constructor that specifies the runtime version? Once you do that then
>
>> getJarEntry("module-info.class") w
On 2018-02-24T07:53:16 +
Alan Bateman wrote:
>
> The JarFile API does this for you. Are you sure you've used the
> constructor that specifies the runtime version? Once you do that then
> getJarEntry("module-info.class") will locate the module-info.class in
> the versioned section. Use JarEn