One more doubt regarding JAR, In my application i am reading a text file and it is working fine.
But when i created a JAR file for this entire application including the text file, the application is not reading from the text file What can i do on thes? the following is my code
FileReader fr = new FileReader("Favorites.txt"); BufferedReader br = new BufferedReader(fr);