my project reads a certain format of xml files and exports them on xls.
When I run the project through netbeans or eclipse, it runs without a problem, but when I export it in a jar (containing my external libraries in the case of eclipse) it throws an ioexception. The application starts normaly though and do not crush, it just seem not able to use the classes of poi-3.16.jar and (or) commons-codec-1.10 i suppose. Thank you in advance for your help!