Link to home
Start Free TrialLog in
Avatar of OTSSolutions
OTSSolutionsFlag for India

asked on

NoClassDefFoundError

Hi,
I'm getting followin error in eclipse, I've the jar file containing this class in my classpath.
java.lang.NoClassDefFoundError: org/objectweb/jonas/security/auth/callback/NoInputCallbackHandler, although I've the required jar file in the classpath and the code is compiling.

Please help me how to resolve this issue.
ASKER CERTIFIED SOLUTION
Avatar of SANDY_SK
SANDY_SK
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what kind of application is this. Seems like build path, deploy related issue.

Interesting link on jar files
http://docs.oracle.com/javase/tutorial/deployment/jar/run.html
Avatar of Sathish David  Kumar N
I think its from your local system

Yes means try with the sloution

Right click on jar in your eclispe add to build path . then it will add  jar .

Clean yor project and tomcat services . restart the tomcat . it will add