posted 23 years ago
Hi,
Iam using a interface which contains static constansts to be used in other classes. The problems is when I compile the classes which uses these constants , it is taking the value of the constant which is availble at compile time..later if i change the constants file the same is not reflecting until i compile the class which uses this constant file. So the very purpose of using a constant file is lost here, If i have to recompile classes which uses them even though no code has been done in individual classes. Is there anything Iam doing wrong or it is the property...If it is then is there any workaround for this. Iam exporting through VisualAge. when I see the class file it already has the value at export time itself!!!.
Is this because of the interface Iam using..should I use a static class instead of the interface ?
Thanks for your time.
Regards,<BR>V. Kishan Kumar