Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NoClassDefFoundError:org/apache/log4j/Logger

807598Sep 14 2006 — edited Feb 19 2008
Hi I am getting the following error

Exception in thread "main"

java.lang.NoClassDefFoundError:org/apache/log4j/Logger

some possible solution which are not working-
1)put the log jar file in ext library
not working as i have only read access which can not be changed

2)put the absolute class path in manifest file
wont work as abolute path not decided

Now any other idea which should work?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2008
Added on Sep 14 2006
24 comments
887 views