question is: what is included in the executable jar when exporting as such from Eclipse?
I am asking because I would like to know, for example, if I have an image in the project root, would that image be included in the export?
Clarification: I am talking about runnable jar files (edited)
You mean
File->Export...->Runnable JAR file? Only the class files are in the jar and – if this option is selected – the linked libraries. You can, however create a source folder (name it “ressources” or so) and this will also be included in your jar.