I have this folder structure:
|___main
| |___lib -> this folder contains my runnable jar file
| |___ext -> this folder contains dependency files (.jar) for the jar
|___log4j.properties -> here I have log4j.property file
How can I execute the JAR without ClassNotFoundException
or any other error? I am using Eclipse Luna and this is a Java Project.