OK. How does eclipse decide what it is supposed to export, and what not? I’m really confused right now. I have a res folder in my project folder, and everything works fine when ran in eclipse. When I create runnable jar, eclipse doesn’t put any of the files that are used for my project into the jar file. I get errors. Any help?
You click on the tick boxes beside the folders that you want to export in your jar (there’s a triangle beside the project that expands the folder). ;D
At least on Eclipse Juno.