Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

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

843829Mar 28 2003 — edited Mar 29 2003
I am getting the below exception for the interest example i have downloaded using Jboss 3.0.
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Priority
at org.jnp.interfaces.NamingContext.<clinit>(NamingContext.java:92)
at org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingContextFactory.java:42)
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at javax.naming.InitialContext.<init>(Unknown Source)
at finCalc.stateless.TestClient.main(TestClient.java:45)

I know this problem was posted before - but i am not able to add the Client directory to the class path.

How should i add the client directory to the class path. I am using Windows 2000.

Any help would be much appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2003
Added on Mar 28 2003
2 comments
826 views