fernandez
August 5th, 2003, 04:25 PM
My program is supposed to read a text file contained withing the jar file which encapsulates all classes, images and text files. The problem occurs when the program tries to read the text file inside the jar file.
I have a BufferedReader that's supposed to get the contents of the text, but I keep getting an error (java.io.FileNotFoundException). How do I specify the path so that the program will fetch the text file from the jar file?
Thanks,
fernandez
I have a BufferedReader that's supposed to get the contents of the text, but I keep getting an error (java.io.FileNotFoundException). How do I specify the path so that the program will fetch the text file from the jar file?
Thanks,
fernandez