In my application there are many class files. I have made a jar file from these class files. The jar file executes well. My program reads from a text file and displays its contents while running. I have also included this text file in the jar file. But my program is not reading the text file from the jar file.

What should I do to read the text file from the jar file?

Thanks in advance.

Kishore.