Not able to locate log4j.properties in IntelliJ -
i not able locate file log4j.properties in java using intellij ide. have tried creating properties folder resource bundle nothing. tried copying everywhere, looks need add classpath or else won't work.
i know can create file custom path , give file object propertyconfigurator.configure(file file).
but want know how create property folder in intellij , add classpath. in eclipse straight forward process, idea not able do. using intellij 2016.
thanks,