I have a Sample.jar in my build path which contains only an excel file abc.xls under src. How do I read this into a FileInputStream in my java application?
Also, I have to deliver my project as a jar. This jar must be able to read the excel file present in Sample.jar.