....Help reading file.txt in java
hello I have a problem:
I have an application (that I call APP1), in which, through a file.java,
I read the content of a file.txt (than it is found in APP1)
in which they are inserted some variables. Therefore I compile and I create a package jar called app1.jar. End here all ok.
Then I use an other application (that I call APP2) that uses app1.jar,
but when launch APP2, obviously,it does not find the file.txt (that it is in APP1) and me returns the error:揻ile.txt not found?
The problem is that I cannot move file.txt from APP1 and not even to create one copy in APP2. How can I resolve the problem?
HELPME!!!

