I tried to add my own User Library to my eclipse plugin project. But when I run the project, I get the java.lang.ClassNotFoundException
.
It only works, when I add single jars like mentioned in the accepted answer to this question: Adding jars to a Eclipse PlugIn
How do I use custom User Libraries correctly in eclipse plugin projects?