Hey guys, a very noob question.
I usually cheat and put .jar files in my Java Extensions folder, which works fine aside from version issues and exporting a product to other people. I never bothered to learn the correct way to do this. In Eclipse, if I drag the .jar into the Package Explorer, it works fine while using the Run… menu, but if I export a .jar I have problems with the inclusion. The classpath when in the package explorer should be the same directory, but even when I export a .jar and include the used .jar library in the same folder, it does not work correctly.
How exactly can I bundle .jar libraries into an exported .jar application.