View Single Post
  #1 (permalink)  
Old 06-04-2008, 07:15 PM
bizmut bizmut is offline
Member
 
Join Date: Jun 2008
Posts: 8
bizmut is on a distinguished road
java.lang.NoClassDefFoundError
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
Reply With Quote
Sponsored Links