This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: HELP - noclassdeffounderror on jboss 3.0.4 startuppope Jan 24, 2003 4:04 AM (in response to giovanisalvador)Did you include in your manifest file for every jar the Class-Path element poiting to which other archives it needs ? 
 pope
 ---
 The are only solutions !
- 
        2. Re: HELP - noclassdeffounderror on jboss 3.0.4 startupgiovanisalvador Jan 24, 2003 7:08 AM (in response to giovanisalvador)Pope, how can i do this? Are you talking about ejb-ref tag in the Deployment Descriptor? 
- 
        3. Re: HELP - noclassdeffounderror on jboss 3.0.4 startuppope Jan 27, 2003 7:40 AM (in response to giovanisalvador)When you build a jar using the jar tool you may provide it with the MANIFEST.MF file to be used for that jar. 
 (more on this in SUN documentation -> Tools).
 The MANIFEST.MF file may contain in the Main-Attributes section (see the docs...) the Class-Path: jar1 jar2...
 
    