I'm successfully running a Java console based program inside eclipse. But when I export external jar it throws me ClassNotFound Exception for class log4j. Its working perfectly inside eclipse, but when I execute exported jar with java -jar filename.jar it gives me error
I have also added the external jar of log4j in my eclipse project
And as well as to my build path, but still no result