[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to give dependency of war inside manifest file of jar in

chaituu do-not-reply at jboss.com
Wed Jul 16 11:17:36 EDT 2008


i have ear say a.ear;

in a.ear i have b.jar and c.war files;b.jar is a java project.

class file in b.jar trying to access class file in c.war ;
in the manifest file of b.jar i have given contents like this;
but i am getting java.lang.NoClassDefFoundError.

i think this is classloader issue.

in b.jar this is manifest file contents .
 
Manifest-Version: 1.0
Class-Path: c.war/WEB-INF/classes


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164781#4164781

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164781



More information about the jboss-user mailing list