Description
The javadoc for Class.getResource makes it clear that ClassLoader.getResource expects paths to not start with '/'. Equinox doesn't seem to mind, but felix won't search at least the framework bundle for a resource path starting with '/'. For instance, java.util.HashMap or /java/util/HashMap.class won't be found.