I am not able to locate the file log4j.properties in java using the IntelliJ IDE. I have tried creating the properties folder resource bundle but nothing. I tried copying everywhere, but looks like I need to add to the classpath or else it won't work.
I also know I can create a File with a custom path and then give this File object to PropertyConfigurator.configure(File file).
But I want to know how to create a property folder in IntelliJ and add it to the classpath. In Eclipse this is very straight forward process, but IDEA I am not able to do. I am using IntelliJ 2016.
Thanks,