On Thu, 13 Oct 2022 22:23:08 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Related question: Can `uri` itself be null? > > so the logic seems to be either a "jar", or else it's a file, right? > is it possible to be something else (i.e. the resource is missing > altogether)? or some other condition? Yes, when we run jar file it will be jar and if we run unpacked it will be file. If resource is missing we will not enumerate files and it is acceptable condition. We should fallback to default playlist if no files present. ------------- PR: https://git.openjdk.org/jfx/pull/909