I have same class file in my workspace as well as in jar file also (Which i had imported ) How can i know which file is being called at run time ??
I am confused because, in Eclipse, when i press Open Declaration on the instance, it shows the jar version . And when I kept some system outs on to the local copy, they are being called ??
Please tell me how can i know what file is being called ??
I was talking about these code:
Props.getProperty(clientID + ".MetaPI", true);
This Props class exists in both the jar and in local copy also.