Hi,
I need help about this stupid error "java.lang.NoClassDefFoundError" that keeps annoying me.
Well, I have packed 6 .class files into javasci.jar file and add it to my Eclipse project as externel jar. Now, when I import this file (import javasci."

and call one of its functions, Eclipse does not report me any error, but when I run my program/application tomcat throws me an "java.lang.NoClassDefFoundError" error saying that "java.lang.NoClassDefFoundError: javasci/SciString" like it cannot find a diffinition for the called function.
What can be the problem? Anyone?
Thanks!!!
Bye, Igor S