....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!!!

[669 byte] By [danilo81a] at [2007-11-27 4:06:20]
# 1
show the code where you load the txt from app1
calvino_inda at 2007-7-12 9:11:26 > top of Java-index,Java Essentials,Java Programming...
# 2
...mmmmMessage was edited by: danilo81
danilo81a at 2007-7-12 9:11:26 > top of Java-index,Java Essentials,Java Programming...