I didn\'t understand when I used System.setProperty to define a parameter, where the data is stored?
System.setProperty
If say that I used System.setProperty
The data is stored in memory as long as your JVM instance is up. It it really isn't related to the file which called the methods.
How are you running your application? Is it a web application stored in an application sever? Can you post a sample of your code?