Hi there, Before deploying the application , I am verifying that my 2 beans and Web component work. However this error is cropping up : Unexpected error in verifier, check for problems related to :[java.lang.NoClassDefFoundError.Beans/Calc] My Servlet is called ServletBean and it is in one directory above the Beans Directory. Another thing that might be related is in the ServletBean when trying to import the classes in the Servlet like import Beans.*; (does not work) have to import each class like import Beans.Bonus; import Beans.Calc; import Beans.CalcBean; Help Carl ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
