3 Replies Latest reply on Jul 16, 2008 11:51 AM by peterj

    how to give dependency of war inside manifest file of jar in

    chaituu

      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