SyntaxFix
Write A Post
Hire A Developer
Questions
I have this code in my application today
File log4jfile = new File("./conf/log4j.properties"); PropertyConfigurator.configure(log4jfile.getAbsolutePath());
The relative path is from the working directory of the JVM (where the JVM starts).