I am having my log4j xml
configuration file outside of the project. I am loading the xml configuration file by using absolute path as
DOMConfigurator.configure("D:/E-Signature/ESignature logs/log4j_Properties_Xml/log4j-properties.xml");
. Since I am going to convert my project to executable jar I have kept it outside of the project.
Is there any other efficient way to handle this without giving the absolute path.