In my eclipse project i have ip address string variable in many java class files, few jsps and also in context.xml file. I want to create a kind .properties file and declare this ip address as key value pair and access from all the classes from this particular file.How do i achieve this?
Regards
TT
java.util.Properties.store(..)to savejava.util.Properties.load(..)to load