I have a problem with the log4J in my project. It works fine in Eclipse but when I put it in a runnable jar I get issue’s like :

My structure looks something like this :

So I believe there is a problem with loading my Log4J property file’s.
I load them by :

They belong in the project CLASSPATH. If you put the log4j.properties or log4j.xml in the CLASSPATH you’ll have no problem finding them.
It’s another example of how using Eclipse without knowing what it’s doing is harmful. How many people come here and say “It works fine in Eclipse but fails without it”?