I have created a java application for \"Debian Linux.\" Now I want that that application reads a file placed in the directory where the jar file of that application is speci
Are you asking about escape character issues?
If that is the case then use forward slashes instead of backward slashes like
"C:/Users/You/Desktop/test.txt"
instead of
"C:\Users\You\Desktop\test.txt"