try {
Properties props.loadFromXML(new FileInputStream(file));
} catch (Exception e) {
System.out.println(e.getMessage());
}
On Mon, May 4, 2009 at 2:12 PM, Pid wrote:
> Andreas Vasiliou wrote:
> > Hello,
> >
> > I am trying to develop a web appl
Hello,
I am trying to develop a web application in Java, using NetBeans 6.5.1.
NetBeans installed Tomcat 6.0.18.
I am using java 1.6 update 11.
In my application I have a thread that loops and reads a configuration file
and
if it finds any changes in configuration it takes some action.
The confi