0 Replies Latest reply on Jan 18, 2006 5:02 AM by chaituu

    how do i place class file dynamically

    chaituu

      i deployed ear in jboss/server/default/deploy/A.ear directory;

      in the ear i have x.jar and y.war files;

      i compile source files in eclipse ;classes will be placed in c:/eclipse/trans/classes/mypackage/blah/blah...

      normally what i do is when i compile any utility class i copy that class file into x.jar of jboss/server/default/deploy/A.ear directory;


      Is there any way in jboss to dynamically to recognize class files that is compiled in eclipse .

      when i compile class file in eclipse what i want is it should place in to the x.jar of the jboss/server/default/deploy/A.ear directory;