I would like to add few classpath entries to EquinoxClassLoader for an eclipse plugin, so that they can be viewed inside my eclipse plugin code. I don't want to change the default class-loading mechanism for the plugin, and do not want to disturb the default class loader being used by the plugin.
Just want to add few classpath entries to the default classloader being used by the plugin. Do we have any hook, where I can get access to the default class loader being used by the plugin thus can add few classpath entries to it.