I am facing a werid problem.
I am workin on asupport proj. In the proj they are
refering to properties file by
System.getProperty("my.properties");
My problem starts with the fact I don't find
System.setProperty("my.properties","filepath")
I know we can also set the envoiornment variable by -D
while invoking the application.
But I am working on web-app which is not under control
of the developer and is a real time environment.
Anybody .. any suggestion where it is setting the
property.
FYI .. I am working on Oracle 9IAS.