Include libraries into .jar
Hello together,
I have following Problem:
I'm usibg Eclipse to develop my Software. The Software works fine in Eclipse. Now I create an executable jar, exporting it from Eclipse, and when I execute it:
- The libraries (e.g. MySQL Connector) cannot be found
- The image I put on the JDesktopPane background could not be show..
Does somebody know a solution?
Thank you in advance!

