JBoss Community

Re: NoClassDefFound from EJB accessing third-party jar located in EAR

created by jaikiran pai in Beginner's Corner - View the full discussion

simple.jar won't be available in the application classpath. You'll have to move it to .ear/lib folder (create the lib folder if it isn't there) so that jars within that folder are available to the entire .ear application.

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community