<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">1. According to the docs for getClassLoader(), the bootstrap ClassLoader can be represented as null, which will cause loggerFactoryClassLoader to be null.</div><div class="gmail_default" style="font-family:verdana,sans-serif">2. getSystemResources can return different results, depending on whether the system or bootstrap ClassLoader is used. getResources is tied to whatever ClassLoader instance is there, which isn't necessarily the system or bootstrap ClassLoader.</div></div>