Hi, We are facing No Class Def found error in WAS 4.0 while referring the classes which are kept in some other folder via Manifest.mf file. ------------------------------------------------------- My Mainfest file is as follows
Manifest-Version: 1.0 Main-Class: null Class-Path: webmod.war\WEB-INF\lib\Helper.jar -------------------------------------------------------- In Helper.jar I kept the classes A, B, C , etc and also the corresponding supporting files. While I am accessing from session bean I am getting the error as follows. ------------------------------------------------------ Non-application exception occurred while processing method addA on bean BeanId(CC#AB.jar#rel, null): java.lang.NoClassDefFoundError: A ----------------------------------------------------- Can any one please help me to solve this please. Thanks in Advance, N.Ravisankar =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
