My problem is with a project where I use the POI library. It's from apache and allows you to work with excel,word, ... . I had to add some jar files to my library and it runs perfect. The problem is when I put my JAR file somewhere else. It gives me the errors it can't find the librarys. Is there a way I can put my librarys into the 1 jar?
I already tried to add my lib folder as source package but that didn't help.