I\'m having some problems putting my log4j.properties file on classpath. I can use it when I\'m developing (Eclipse Indigo) but, when I export my app as a JAR, I can\'t.
There are three ways l know.
log4j.properties to app.jarlog4j.properties to the "folder" (where the JAR exists) and change the class-path to .lib/log4j-1.2.15.jar.log4j.properties to the folder named "conf" for example, and change the class-path to ./conf/.I have tried, it works.