I have an enterprise application project. containing an EJB project. I have added a 3rd party jar to the EJB project’s src directory and added an entry to that jar under the Class-Path element in the META-INF\MANIFEST.MF of the EJB project. Yet after a successful deploy I still get a no class found error for the class referenced from that 3rd party JAR in a session EJB in my EJB project. Is there a different way to package 3rd party JARs for an EJB project? If so, is there a post or a document which explains it?