hi;
i'm using eclipse3.0, jdk1.4.2, log4j1.2.8 run on win2k
i'm having error:
log4j:ERROR Could not read configuration file [config.properties].
java.io.FileNotFoundException: config.properties (The system cannot find the file specified)
the method i'm using
PropertyConfigurator.configure("config.properties");
the properties file is located in the same dir of my java app, pls help.
i'm using eclipse3.0, jdk1.4.2, log4j1.2.8 run on win2k
i'm having error:
log4j:ERROR Could not read configuration file [config.properties].
java.io.FileNotFoundException: config.properties (The system cannot find the file specified)
the method i'm using
PropertyConfigurator.configure("config.properties");
the properties file is located in the same dir of my java app, pls help.