How to inject a jar into Eclipse classpath? Not classpath of project, classpath of IDE and its plugins

29 Views Asked by At

So many bugs that make it temporarily into Eclipse can be easily fixed by adding the missing jar to the classpath, except I can't actually fix the problem as when part of Eclipse fails because a plugin throws a NoClassDefFoundError, I don't know how to inject the missing jar into the plugin bundle or into the Eclipse IDE runtime, does anyone know how to do this?

0

There are 0 best solutions below