Add escape hatch for ClassLoader.findResource() for invalid path
The source of the exception is in sun.misc (so hard to track down precisely) but it's clear that the LaunchedJarURLClassLoader needs to be more defensive and return null from findResource() if it can't find it. Fixes gh-486pull/488/merge
parent
08aacf72e0
commit
a71c9b5de7
Loading…
Reference in New Issue