However, calling
getInstance().getClass().getResource(...)from a static method in class A fails while calling from class B works fine. Because getInstance() returns Class B I wonder why the resource can't be loaded. Any recommendation on how to get this working?
Thanks, Wolfgang