Hi I have a weird problem where when I run my webapp, I get a NoClassDefFoundError
But when I check in Eclipse, I find the .jar file (Jnotify.jar) and it shows all the classes. Same case when I import the .war file of my webapp I see the classes in the dependencies.
What could be my problem?
Thanks!