My java application loads some properties files in a sub-folder
(using ResourceBundle), as well as reading some other files in that
folder using FileInputStream. When I put my class files along with
the sub-folder into a jar file, when running the jar file it can no
longer find these files in the sub-folder. How do I get this to work?